You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/11/17 09:15:04 UTC

svn commit: r1410708 - /shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy

Author: lhazlewood
Date: Sat Nov 17 08:15:03 2012
New Revision: 1410708

URL: http://svn.apache.org/viewvc?rev=1410708&view=rev
Log:
SHIRO-395: minor JavaDoc update to indicate version introduced

Modified:
    shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy

Modified: shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy
URL: http://svn.apache.org/viewvc/shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy?rev=1410708&r1=1410707&r2=1410708&view=diff
==============================================================================
--- shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy (original)
+++ shiro/trunk/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy Sat Nov 17 08:15:03 2012
@@ -19,11 +19,7 @@
 package org.apache.shiro.event.bus
 
 /**
- * Created with IntelliJ IDEA.
- * User: lhazlewood
- * Date: 11/16/12
- * Time: 11:09 PM
- * To change this template use File | Settings | File Templates.
+ * @since 1.3
  */
 class SimpleEvent {
 }