Skip to content

Commit

Permalink
prefer caml case
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Aug 11, 2024
1 parent ce93387 commit 8655e8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void simpleTest() {
}

@Test
public void simpleTest_oldway() {
public void simpleTestOldway() {
ASTVisitor astvisitor=new ASTVisitor() {
@Override
public boolean visit(MethodInvocation node) {
Expand Down Expand Up @@ -235,7 +235,7 @@ public void simpleTest2b() {
}

@Test
public void simpleTest2b_oldway() {
public void simpleTest2bOldway() {
String name ="add"; //$NON-NLS-1$
ASTVisitor astvisitor=new ASTVisitor() {
@Override
Expand Down

0 comments on commit 8655e8e

Please sign in to comment.