mirror of https://github.com/apache/maven.git
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:
parent
994a27d004
commit
a8a59d6e13
|
@ -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>.
|
||||
|
|
Loading…
Reference in New Issue