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

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

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

--- incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLDecimal.java	2005/05/05 18:12:45	168364
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/SQLDecimal.java	2005/05/05 18:19:40	168365
@@ -686,24 +686,6 @@ public final class SQLDecimal extends Nu
 	}
 
 	/**
-	 * @see NumberDataValue#setValue
-	 *
-	 */
-	public void setValue(short theValue)
-	{
-		setValue((long)theValue);
-	}
-
-	/**
-	 * @see NumberDataValue#setValue
-	 *
-	 */
-	public void setValue(byte theValue)
-	{
-		setValue((long)theValue);
-	}
-
-	/**
 		Only to be called when the application sets a value using BigDecimal
 		through setBigDecimal calls.
 	*/

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26