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 2010/10/20 10:18:35 UTC

svn commit: r1024546 - /shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java

Author: lhazlewood
Date: Wed Oct 20 08:18:35 2010
New Revision: 1024546

URL: http://svn.apache.org/viewvc?rev=1024546&view=rev
Log:
SHIRO-186 - quick JavaDoc update

Modified:
    shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java

Modified: shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java
URL: http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java?rev=1024546&r1=1024545&r2=1024546&view=diff
==============================================================================
--- shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java (original)
+++ shiro/trunk/core/src/main/java/org/apache/shiro/util/ByteSource.java Wed Oct 20 08:18:35 2010
@@ -19,9 +19,11 @@
 package org.apache.shiro.util;
 
 /**
- * A {@code ByteSource} wraps a byte array and provides additional encoding operations.
+ * A {@code ByteSource} wraps a byte array and provides additional encoding operations.  Most users will find
+ * that the {@link SimpleByteSource SimpleByteSource} implementation meets most needs.
  *
  * @since 1.0
+ * @see SimpleByteSource
  */
 public interface ByteSource {