fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-11-10 22:15:18 +00:00
parent 994a27d004
commit a8a59d6e13
1 changed files with 1 additions and 2 deletions

View File

@ -205,7 +205,6 @@ public class MavenArtifactRepository
// Path Utils
/**
* /**
* Return the protocol name.
* <br/>
* E.g: for input
@ -291,7 +290,7 @@ public class MavenArtifactRepository
/**
* Decodes the specified (portion of a) URL. <strong>Note:</strong> 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 <code>null</code>.
* @return The decoded URL or <code>null</code> if the input was <code>null</code>.