Author: cziegeler
Date: Tue Dec 22 14:46:14 2009
New Revision: 893192
URL: http://svn.apache.org/viewvc?rev=893192&view=rev
Log:
Minor code and javadoc cleanup
Modified:
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/URI.java
Modified:
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/URI.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/URI.java?rev=893192&r1=893191&r2=893192&view=diff
==============================================================================
---
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/URI.java
(original)
+++
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/URI.java
Tue Dec 22 14:46:14 2009
@@ -29,7 +29,6 @@
import java.util.HashMap;
import java.util.Locale;
-import org.apache.commons.codec.DecoderException;
import org.apache.sling.api.SlingException;
/**
@@ -4170,7 +4169,7 @@
*
* @param bytes array of URL safe characters
* @return array of original bytes
- * @throws DecoderException Thrown if URL decoding is unsuccessful
+ * @throws URIException Thrown if URL decoding is unsuccessful
*/
private static final byte[] decodeUrl(byte[] bytes) {
if (bytes == null) {