Skip to content

Commit

Permalink
Good commit #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaygeorge committed Sep 23, 2020
1 parent e8267f2 commit edd5590
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ public void dummy1()
System.out.println("Dummy1");
}

public void dummy2()
{
System.out.println("Dummy2");
}

@Override
public List<Node> getChildren()
{
Expand Down

0 comments on commit edd5590

Please sign in to comment.