Skip to content

Commit

Permalink
rename 'test' package to 'research'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Mar 5, 2015
1 parent be6afe6 commit 575e57b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion closures_demos/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</target>

<target name="test_helloworld" depends="weave_helloworld">
<java classname="test.HelloWorld" classpath=".:${outjar}:${aspectjrt}"/>
<java classname="research.HelloWorld" classpath=".:${outjar}:${aspectjrt}"/>
</target>

</project>
2 changes: 1 addition & 1 deletion closures_demos/helloworld/src/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test;
package research;

public class HelloWorld {
public static void main(String[] args) {
Expand Down
2 changes: 1 addition & 1 deletion closures_demos/helloworld/src/Impact.aj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test;
package research;

aspect Impact {
joinpoint void say(String message);
Expand Down

0 comments on commit 575e57b

Please sign in to comment.