Author: kwright
Date: Tue Jun 10 09:41:24 2014
New Revision: 1601585
URL: http://svn.apache.org/r1601585
Log:
Remove superfluous method
Modified:
manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
Modified:
manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java?rev=1601585&r1=1601584&r2=1601585&view=diff
==============================================================================
---
manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
(original)
+++
manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
Tue Jun 10 09:41:24 2014
@@ -336,13 +336,6 @@ public abstract class BaseOutputConnecto
outputSpecificationHeader(out,locale,(OutputSpecification)os,tabsArray);
}
- public void outputSpecificationHeader(IHTTPOutput out, Locale locale,
OutputSpecification os,
- int connectionSequenceNumber, List<String> tabsArray)
- throws ManifoldCFException, IOException
- {
- outputSpecificationHeader(out,locale,os,tabsArray);
- }
-
/** Output the specification header section.
* This method is called in the head section of a job page which has selected
an output connection of the current type. Its purpose is to add the required
tabs
* to the list, and to output any javascript methods that might be needed by
the job editing HTML.