Skip to content

Commit 195d065

Browse files
committed
Following the JLS suggestions.
1 parent 5ed0bee commit 195d065

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/zipimporter

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/zipimporter/PZipImporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
public class PZipImporter extends PythonBuiltinObject {
4545

46-
public final static String SEPARATOR = File.separator;
46+
public static final String SEPARATOR = File.separator;
4747

4848
/**
4949
* pathname of the Zip archive

0 commit comments

Comments
 (0)