Author: xavier
Date: Thu Nov 29 14:17:29 2007
New Revision: 599601
URL: http://svn.apache.org/viewvc?rev=599601&view=rev
Log:
fix style
Modified:
incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/Resource.java
Modified:
incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/Resource.java
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/Resource.java?rev=599601&r1=599600&r2=599601&view=diff
==============================================================================
---
incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/Resource.java
(original)
+++
incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/Resource.java
Thu Nov 29 14:17:29 2007
@@ -33,9 +33,9 @@
* <h4>Implementation Notes</h4>
* In implementing the interface you need to ensure the following behaviors:
* <ul>
- * <li>All of the methods specified in the interface fail by returning an
empty value (<code>false</code>,
- * <code>0</code>, <code>""</code>). In other words, the specified interface
methods should
- * not throw RuntimeExceptions. </li>
+ * <li>All of the methods specified in the interface fail by returning an
empty value
+ * (<code>false</code>, <code>0</code>, <code>""</code>).
+ * In other words, the specified interface methods should not throw
RuntimeExceptions. </li>
* <li>Failure conditions should be logged using the [EMAIL PROTECTED]
org.apache.ivy.util.Message#verbose}
* method. </li>
* <li>Failure of one of the interface's specified methods results in all
other interface specified