Skip to content

Commit

Permalink
refactor: renamed confusing duplicate classes (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored and surli committed May 29, 2017
1 parent ea0bde3 commit 9f0ff02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/test/java/spoon/test/VisitorTest.java

This file was deleted.

14 changes: 14 additions & 0 deletions src/test/java/spoon/test/visitor/VisitorFake.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package spoon.test.visitor;

import spoon.reflect.visitor.CtAbstractVisitor;

/**
* Created by nicolas on 12/01/2015.
*/
public class VisitorFake extends CtAbstractVisitor {
/**
* This visitor implementation should always be empty :
*
* the compiler ensures that we have correctly defined all visit method in CtAbstractVisitor.
*/
}

0 comments on commit 9f0ff02

Please sign in to comment.