Skip to content

Commit fda98e3

Browse files
committed
Fixed compilation error
Fixed compilation error with strict compilers.
1 parent faeada1 commit fda98e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/darkprograms/speech/translator/GoogleTranslate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private static boolean containsLettersOnly(String text){
214214
/**
215215
* This function generates the int array for translation acting as the seed for the hashing algorithm.
216216
*/
217-
private int[] TKK() {
217+
private static int[] TKK() {
218218
int[] tkk = { 0x6337E, 0x217A58DC + 0x5AF91132};
219219
return tkk;
220220
}

0 commit comments

Comments
 (0)