Skip to content

Commit

Permalink
commit to test CI hook on Github to Cloudbees
Browse files Browse the repository at this point in the history
  • Loading branch information
enhan committed Apr 29, 2012
1 parent 5a58673 commit 17cc5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/eu/enhan/socialist/model/SampleAspect.aj
Expand Up @@ -15,6 +15,7 @@ public privileged aspect SampleAspect {


pointcut userInit() : call(public User.new(..)); pointcut userInit() : call(public User.new(..));



before() : userInit() { before() : userInit() {
System.out.println("Teste pointcut"); System.out.println("Teste pointcut");
} }
Expand Down

0 comments on commit 17cc5d8

Please sign in to comment.