pig-commits  

svn commit: r646546 - /incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java

gates
Wed, 09 Apr 2008 14:24:04 -0700

Author: gates
Date: Wed Apr  9 14:23:38 2008
New Revision: 646546

URL: http://svn.apache.org/viewvc?rev=646546&view=rev
Log:
Removed unnecessary import statement that caused builds to not work on 1.5 JVM.


Modified:
    
incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java

Modified: 
incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java
URL: 
http://svn.apache.org/viewvc/incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java?rev=646546&r1=646545&r2=646546&view=diff
==============================================================================
--- 
incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java
 (original)
+++ 
incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java
 Wed Apr  9 14:23:38 2008
@@ -28,7 +28,6 @@
 import org.apache.log4j.Logger;
 
 import java.util.Hashtable;
-import java.io.Console;
 import java.io.FileInputStream;
 import java.io.FileReader;
 import java.io.IOException;


  • svn commit: r646546 - /incubator/pig/trunk/src/org/apache/pig/tools/parameters/ParameterSubstitutionPreprocessor.java gates