You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/02/05 23:23:01 UTC

svn commit: r741315 - /lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java

Author: andreas
Date: Thu Feb  5 22:23:01 2009
New Revision: 741315

URL: http://svn.apache.org/viewvc?rev=741315&view=rev
Log:
[minor change] removed invalid char

Modified:
    lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java

Modified: lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java?rev=741315&r1=741314&r2=741315&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java (original)
+++ lenya/trunk/org.apache.lenya.core.api/src/main/java/org/apache/lenya/util/Assert.java Thu Feb  5 22:23:01 2009
@@ -19,7 +19,7 @@
 
 /**
  * Assertion utility.
- * @deprecated Use {@link org.springframework.util.Assert}ĂŠinstead.
+ * @deprecated Use {@link org.springframework.util.Assert} instead.
  */
 public final class Assert {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org