mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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