mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
This commit is contained in:
parent
5d5bf16b0a
commit
ccad39237a
82 changed files with 93 additions and 93 deletions
|
@ -2012,7 +2012,7 @@ public class File
|
|||
|
||||
int prefixLength = prefix.length();
|
||||
int nusLength = nus.length();
|
||||
int suffixLength = suffix.length();;
|
||||
int suffixLength = suffix.length();
|
||||
|
||||
String name;
|
||||
int nameMax = fs.getNameMax(dir.getPath());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue