You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2015/11/14 23:27:56 UTC

deltaspike git commit: Fixed javadoc line length.

Repository: deltaspike
Updated Branches:
  refs/heads/master da8320520 -> 0897df49d


Fixed javadoc line length.


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0897df49
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0897df49
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0897df49

Branch: refs/heads/master
Commit: 0897df49df0d5d796a65cbda78c8eeb6bf348cdb
Parents: da83205
Author: John D. Ament <jo...@apache.org>
Authored: Sat Nov 14 17:28:48 2015 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Nov 14 17:28:48 2015 -0500

----------------------------------------------------------------------
 .../org/apache/deltaspike/core/api/message/MessageBundle.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0897df49/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/message/MessageBundle.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/message/MessageBundle.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/message/MessageBundle.java
index 253676a..889d5cb 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/message/MessageBundle.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/message/MessageBundle.java
@@ -62,8 +62,8 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
  *
  * <p>
  * <code>&#064;MessageBundle</code> can be combined with {@link MessageContextConfig} to further customize the
- * message resolution and processing. To use a different resourcebundle, e.g. {@code somepath/myownmessages_en.properties}
- * you might write:
+ * message resolution and processing. To use a different resourcebundle, e.g. 
+ * {@code somepath/myownmessages_en.properties} you might write:
  * <pre>
  * &#064;MessageBundle
  * &#064;MessageContextConfig(messageSource = "somepath/myownmessages")