diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java b/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java index 68d49396..d8cd9bc8 100644 --- a/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java +++ b/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java @@ -43,7 +43,7 @@ public final class FileUtils { /** * Reads the named file, translating {@link IOException} to a * {@link RuntimeException} of some sort. - * + * * @param fileName non-null; name of the file to read * @return non-null; contents of the file */ @@ -56,7 +56,7 @@ public final class FileUtils { /** * Reads the given file, translating {@link IOException} to a * {@link RuntimeException} of some sort. - * + * * @param file non-null; the file to read * @return non-null; contents of the file */ @@ -134,7 +134,7 @@ public final class FileUtils { at += amt; length -= amt; } - + return result; } } diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java b/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java index c243f4fc..a5aafe68 100644 --- a/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java +++ b/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java @@ -88,7 +88,7 @@ public final class Leb128Utils { * Writes an unsigned leb128 to the buffer at the specified location * @param value the value to write as an unsigned leb128 * @param buffer the buffer to write to - * @param bufferIndex the index to start writing at + * @param bufferIndex the index to start writing at */ public static void writeUnsignedLeb128(int value, byte[] buffer, int bufferIndex) { int remaining = value >>> 7; diff --git a/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java b/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java index ec819fd0..c2ccd269 100644 --- a/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java +++ b/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java @@ -77,7 +77,7 @@ public final class Utf8Utils { * * @param bytes non-null; the bytes to convert * @param start the start index of the utf8 string to convert - * @param length the length of the utf8 string to convert, not including any null-terminator that might be present + * @param length the length of the utf8 string to convert, not including any null-terminator that might be present * @return non-null; the converted string */ public static String utf8BytesToString(byte[] bytes, int start, int length) { diff --git a/scripts/baksmali b/scripts/baksmali index 5c34d222..bd3f820e 100755 --- a/scripts/baksmali +++ b/scripts/baksmali @@ -61,7 +61,7 @@ javaOpts="" # If you want DX to have more memory when executing, uncomment the following # line and adjust the value accordingly. Use "java -X" for a list of options # you can pass here. -# +# javaOpts="-Xmx256M" # Alternatively, this will extract any parameter "-Jxxx" from the command line diff --git a/scripts/smali b/scripts/smali index 24118a87..b01199e1 100755 --- a/scripts/smali +++ b/scripts/smali @@ -61,7 +61,7 @@ javaOpts="" # If you want DX to have more memory when executing, uncomment the following # line and adjust the value accordingly. Use "java -X" for a list of options # you can pass here. -# +# javaOpts="-Xmx256M" # Alternatively, this will extract any parameter "-Jxxx" from the command line