Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-08-31 05:59:51 +0000
committerrbrooks2010-08-31 05:59:51 +0000
commit01d779ec33bdbfae5db3daca4fbceb3bbfb61765 (patch)
tree3fa35634c0d9c280e80046a0d8f54807451d64d7 /plugins/org.eclipse.osee.ote.ui.markers
parentec5f685d4b7d45e3cafb9dd4bb81779b123960c3 (diff)
downloadorg.eclipse.osee-01d779ec33bdbfae5db3daca4fbceb3bbfb61765.tar.gz
org.eclipse.osee-01d779ec33bdbfae5db3daca4fbceb3bbfb61765.tar.xz
org.eclipse.osee-01d779ec33bdbfae5db3daca4fbceb3bbfb61765.zip
remove unused Javadoc stubs
Diffstat (limited to 'plugins/org.eclipse.osee.ote.ui.markers')
-rw-r--r--plugins/org.eclipse.osee.ote.ui.markers/src/org/eclipse/osee/ote/ui/markers/ProcessOutfileSax.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/org.eclipse.osee.ote.ui.markers/src/org/eclipse/osee/ote/ui/markers/ProcessOutfileSax.java b/plugins/org.eclipse.osee.ote.ui.markers/src/org/eclipse/osee/ote/ui/markers/ProcessOutfileSax.java
index e90e0821c13..6613532a26a 100644
--- a/plugins/org.eclipse.osee.ote.ui.markers/src/org/eclipse/osee/ote/ui/markers/ProcessOutfileSax.java
+++ b/plugins/org.eclipse.osee.ote.ui.markers/src/org/eclipse/osee/ote/ui/markers/ProcessOutfileSax.java
@@ -80,13 +80,6 @@ public class ProcessOutfileSax implements IExceptionableRunnable {
return Status.OK_STATUS;
}
- /**
- * @throws SAXException
- * @throws Exception
- * @throws SAXNotRecognizedException
- * @throws SAXNotSupportedException
- * @throws IOException
- */
private void parseContents(InputStream contents) throws SAXException, Exception, SAXNotRecognizedException, SAXNotSupportedException, IOException {
XMLReader xmlReader = XMLReaderFactory.createXMLReader();
OteSaxHandler handler = new OteSaxHandler();

Back to the top