You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/27 16:28:38 UTC

[2/4] incubator-juneau git commit: Test

Test

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/490038ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/490038ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/490038ff

Branch: refs/heads/master
Commit: 490038ffff7b4852cfcf5d80993f961f1cfba51f
Parents: 951a321
Author: jamesbognar <ja...@gmail.com>
Authored: Sat Aug 27 12:13:08 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Sat Aug 27 12:13:08 2016 -0400

----------------------------------------------------------------------
 juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/490038ff/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java b/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
index 3a4d98e..64143e0 100644
--- a/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
@@ -33,6 +33,7 @@ public @interface Pojo {
 
 	/**
 	 * Associate a {@link PojoSwap} or {@link SurrogateSwap} with this class type.
+	 *
 	 * <p>
 	 * Supports the following class types:
 	 * <ul>