You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by jo...@apache.org on 2008/10/30 01:21:24 UTC

svn commit: r709054 - /poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java

Author: josh
Date: Wed Oct 29 17:21:24 2008
New Revision: 709054

URL: http://svn.apache.org/viewvc?rev=709054&view=rev
Log:
removed obsolete methods

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java?rev=709054&r1=709053&r2=709054&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RecordAggregate.java Wed Oct 29 17:21:24 2008
@@ -19,7 +19,6 @@
 
 import org.apache.poi.hssf.record.Record;
 import org.apache.poi.hssf.record.RecordBase;
-import org.apache.poi.hssf.record.RecordInputStream;
 
 /**
  * <tt>RecordAggregate</tt>s are groups of of BIFF <tt>Record</tt>s that are typically stored 
@@ -29,16 +28,6 @@
  * @author Josh Micich
  */
 public abstract class RecordAggregate extends RecordBase {
-	// TODO - delete these methods when all subclasses have been converted
-	protected final void validateSid(short id) {
-		throw new RuntimeException("Should not be called");
-	}
-	protected final void fillFields(RecordInputStream in) {
-		throw new RuntimeException("Should not be called");
-	}
-	public final short getSid() {
-		throw new RuntimeException("Should not be called");
-	}
 
 	/**
 	 * Visit each of the atomic BIFF records contained in this {@link RecordAggregate} in the order



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org