Skip to content

Commit

Permalink
WELD-506 Modified a test to verify that bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
drallen committed May 27, 2010
1 parent 2587e7b commit b42564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/java/org/jboss/weld/tests/event/Bar.java
Expand Up @@ -72,7 +72,7 @@ public void onEvent(@Observes String event)
unqualifiedObserved = true;
}

public void onUpdatedEvent(@Observes @Updated String event)
private void onUpdatedEvent(@Observes @Updated String event)
{
updatedObserved = true;
}
Expand Down

0 comments on commit b42564c

Please sign in to comment.