From a8a59d6e13ff8d608115aa375f175c6af1c053b6 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 10 Nov 2012 22:15:18 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407893 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/artifact/repository/MavenArtifactRepository.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java b/maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java index 36c20e556c..7ded223954 100644 --- a/maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java +++ b/maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java @@ -205,7 +205,6 @@ public class MavenArtifactRepository // Path Utils /** - * /** * Return the protocol name. *
* E.g: for input @@ -291,7 +290,7 @@ public class MavenArtifactRepository /** * Decodes the specified (portion of a) URL. Note: This decoder assumes that ISO-8859-1 is used to - * convert URL-encoded octets to characters. + * convert URL-encoded bytes to characters. * * @param url The URL to decode, may be null. * @return The decoded URL or null if the input was null.