/[Apache-SVN]/incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLLongint.java
ViewVC logotype

Diff of /incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLLongint.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLLongint.java	2005/05/05 18:12:45	168364
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLLongint.java	2005/05/05 18:19:40	168365
@@ -375,18 +375,6 @@ public final class SQLLongint
 		isnull = false;
 	}
 
-	public void setValue(short theValue)
-	{
-		value = theValue;
-		isnull = false;
-	}
-
-	public void setValue(byte theValue)
-	{
-		value = theValue;
-		isnull = false;
-	}
-
 	/**
 	 * @see NumberDataValue#setValue
 	 *

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26