Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2010-08-16 18:31:31 +0000
committerddunne2010-08-16 18:31:31 +0000
commit73f4488c1eff0239cb86495a1046e71942551e56 (patch)
treef2ec3d5bd34f28e6d4af5001a2f3305126f646f4
parentde61556f152edcc9a9e6266918bf5ee97d10814d (diff)
downloadorg.eclipse.osee-73f4488c1eff0239cb86495a1046e71942551e56.tar.gz
org.eclipse.osee-73f4488c1eff0239cb86495a1046e71942551e56.tar.xz
org.eclipse.osee-73f4488c1eff0239cb86495a1046e71942551e56.zip
cleanup code warnings
-rw-r--r--plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/IOseeBranch.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/IOseeBranch.java b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/IOseeBranch.java
index d1c31a4c0de..5e6f59e740a 100644
--- a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/IOseeBranch.java
+++ b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/IOseeBranch.java
@@ -14,4 +14,5 @@ package org.eclipse.osee.framework.core.data;
* @author Ryan D. Brooks
*/
public interface IOseeBranch extends Identity, Named {
+ // composition interface requires no additional methods,fields
}

Back to the top