You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/07/11 21:04:31 UTC

[04/13] shiro git commit: SHIRO-395: minor JavaDoc update to indicate version introduced

SHIRO-395: minor JavaDoc update to indicate version introduced

git-svn-id: https://svn.apache.org/repos/asf/shiro/trunk@1410708 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/0c7a8b50
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/0c7a8b50
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/0c7a8b50

Branch: refs/heads/1.3.x
Commit: 0c7a8b503324fd0a759789ecf256ed738036947b
Parents: bbc8efa
Author: Les Hazlewood <lh...@apache.org>
Authored: Sat Nov 17 08:15:03 2012 +0000
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Jul 8 13:49:48 2016 -0400

----------------------------------------------------------------------
 .../test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy  | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/0c7a8b50/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy
----------------------------------------------------------------------
diff --git a/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy b/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy
index 5639f5d..9a8b1e4 100644
--- a/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy
+++ b/core/src/test/groovy/org/apache/shiro/event/bus/SimpleEvent.groovy
@@ -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 {
 }