Guava: Use Charsets constants.

This commit is contained in:
Andreas Schildbach 2015-01-24 15:46:58 +01:00
parent 353e5815c7
commit 806100c868
28 changed files with 97 additions and 48 deletions

View file

@ -19,6 +19,8 @@ package de.schildbach.pte;
import java.util.regex.Matcher;
import com.google.common.base.Charsets;
import de.schildbach.pte.dto.Product;
/**
@ -31,7 +33,7 @@ public class LuProvider extends AbstractHafasProvider
public LuProvider()
{
super(API_BASE + "stboard.exe/fn", API_BASE + "ajax-getstop.exe/fn", API_BASE + "query.exe/fn", 9, UTF_8);
super(API_BASE + "stboard.exe/fn", API_BASE + "ajax-getstop.exe/fn", API_BASE + "query.exe/fn", 9, Charsets.UTF_8);
}
public NetworkId id()