Browse Source

method could be static

master
Anthony Restaino 9 years ago
parent
commit
98f0daceaa
  1. 2
      app/src/main/java/acr/browser/lightning/reading/Converter.java

2
app/src/main/java/acr/browser/lightning/reading/Converter.java

@ -181,7 +181,7 @@ public class Converter {
* *
* @throws IOException * @throws IOException
*/ */
protected String detectCharset(String key, ByteArrayOutputStream bos, BufferedInputStream in, protected static String detectCharset(String key, ByteArrayOutputStream bos, BufferedInputStream in,
String enc) throws IOException { String enc) throws IOException {
// Grab better encoding from stream // Grab better encoding from stream

Loading…
Cancel
Save