Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java')
-rw-r--r--plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java
index 129a1f857e9..32423479289 100644
--- a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java
+++ b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/command/CommandDescription.java
@@ -17,9 +17,6 @@ import org.eclipse.osee.framework.jdk.core.util.GUID;
* @author Robert A. Fisher
*/
public class CommandDescription implements Serializable {
- /**
- *
- */
private static final long serialVersionUID = 538355585678229304L;
protected final String guid;
protected final String description;
@@ -27,7 +24,6 @@ public class CommandDescription implements Serializable {
/**
* CommandDescription Constructor. Sets the command's description.
*
- * @param description
*/
public CommandDescription(String description) {
super();

Back to the top