【fix】修改局部变量命名
This commit is contained in:
+2
-2
@@ -41,9 +41,9 @@ public class DbReadTableUtil {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintStream var10000 = System.out;
|
PrintStream printStream = System.out;
|
||||||
new DbReadTableUtil();
|
new DbReadTableUtil();
|
||||||
var10000.println(ArrayUtils.toString(a()));
|
printStream.println(ArrayUtils.toString(a()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<String> a() throws SQLException {
|
public static List<String> a() throws SQLException {
|
||||||
|
|||||||
Reference in New Issue
Block a user