Skip to content

Commit

Permalink
Renamed hello2 to hello
Browse files Browse the repository at this point in the history
  • Loading branch information
jcronemb committed Mar 18, 2014
1 parent 1603a83 commit 9370bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testapp/testproj/src/testapp/Class1.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ public Class1() {

public static void main(String[] args) {
Class1 class1 = new Class1();
class1.hello2();
class1.hello();
}

public void hello2() {
public void hello() {
System.out.println("Hi2");
}
}

0 comments on commit 9370bcc

Please sign in to comment.