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

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

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

--- incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLDouble.java	2005/05/05 18:12:45	168364
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLDouble.java	2005/05/05 18:19:40	168365
@@ -445,18 +445,6 @@ public final class SQLDouble extends Num
 		isnull = false;
 	}
 
-	public void setValue(short theValue)
-	{
-		value = theValue; // no check needed
-		isnull = false;
-	}
-
-	public void setValue(byte theValue)
-	{
-		value = theValue; // no check needed
-		isnull = false;
-	}
-
 	public  void setValue(Number theValue) throws StandardException
 	{
 		if (objectNull(theValue)) 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26