mirror of
https://github.com/apache/maven.git
synced 2025-03-07 00:59:51 +00:00
PR: MNG-903
fix JDK 5 only method git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae9e9d3fd0
commit
f36a813594
@ -335,7 +335,7 @@ private static String replaceParts( String html, String baseURL, String serverUR
|
||||
{
|
||||
Pattern anchor = Pattern
|
||||
.compile( "(<\\s*" + tagPattern + "\\s+[^>]*" + attributePattern + "\\s*=\\s*\")([^\"]*)\"([^>]*>)" );
|
||||
StringBuilder sb = new StringBuilder( html );
|
||||
StringBuffer sb = new StringBuffer( html );
|
||||
|
||||
int indx = 0;
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user