mirror of https://github.com/apache/maven.git
fix warnings
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@332483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4b1fccb69
commit
15ecbae538
|
@ -164,9 +164,9 @@ public class JavacCompiler
|
|||
{
|
||||
List errors = new ArrayList();
|
||||
|
||||
String line = null;
|
||||
String line;
|
||||
|
||||
StringBuffer buffer = null;
|
||||
StringBuffer buffer;
|
||||
|
||||
while ( true )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue