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:
Brett Leslie Porter 2005-11-11 07:47:04 +00:00
parent c4b1fccb69
commit 15ecbae538
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ public class JavacCompiler
{
List errors = new ArrayList();
String line = null;
String line;
StringBuffer buffer = null;
StringBuffer buffer;
while ( true )
{