[Practicalxml-commits] SF.net SVN: practicalxml:[135] trunk/src/main/java/net/sf/practicalxml/ XmlU
Brought to you by:
kdgregory
|
From: Auto-Generated S. C. M. <pra...@li...> - 2009-09-16 21:31:11
|
Revision: 135
http://practicalxml.svn.sourceforge.net/practicalxml/?rev=135&view=rev
Author: kdgregory
Date: 2009-09-16 21:31:05 +0000 (Wed, 16 Sep 2009)
Log Message:
-----------
fix invalid @returns JavaDoc directive
Modified Paths:
--------------
trunk/src/main/java/net/sf/practicalxml/XmlUtil.java
Modified: trunk/src/main/java/net/sf/practicalxml/XmlUtil.java
===================================================================
--- trunk/src/main/java/net/sf/practicalxml/XmlUtil.java 2009-09-16 21:29:12 UTC (rev 134)
+++ trunk/src/main/java/net/sf/practicalxml/XmlUtil.java 2009-09-16 21:31:05 UTC (rev 135)
@@ -47,8 +47,8 @@
* the BMP, you probably don't have ASCII control characters in your
* text, and don't need this method at all.
*
- * @returns true if this string does <em>not</em> contain any illegal
- * characters.
+ * @return true if this string does <em>not</em> contain any illegal
+ * characters.
*/
public static boolean isLegal(String s)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|