mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/Java: Clean up style of Java test code
This commit is contained in:
committed by
Brad King
parent
eeac8430bf
commit
d91ec04402
@@ -1,11 +1,11 @@
|
||||
class HelloWorld
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
A a;
|
||||
a = new A();
|
||||
a.printName();
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
public static void main(String args[])
|
||||
{
|
||||
A a;
|
||||
a = new A();
|
||||
a.printName();
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user