mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 06:10:28 +00: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 A
|
||||
{
|
||||
public A()
|
||||
{
|
||||
}
|
||||
{
|
||||
}
|
||||
|
||||
public void printName()
|
||||
{
|
||||
System.out.println("A");
|
||||
}
|
||||
{
|
||||
System.out.println("A");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user