Browse Source

method could be static

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

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

@ -181,8 +181,8 @@ public class Converter { @@ -181,8 +181,8 @@ public class Converter {
*
* @throws IOException
*/
protected String detectCharset(String key, ByteArrayOutputStream bos, BufferedInputStream in,
String enc) throws IOException {
protected static String detectCharset(String key, ByteArrayOutputStream bos, BufferedInputStream in,
String enc) throws IOException {
// Grab better encoding from stream
byte[] arr = new byte[K2];

Loading…
Cancel
Save