mirror of https://github.com/apache/maven.git
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 @@ public class LicenseReport
|
|||
{
|
||||
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…
Reference in New Issue