summaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/activation/CommandInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/activation/CommandInfo.java')
-rw-r--r--libjava/classpath/javax/activation/CommandInfo.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/libjava/classpath/javax/activation/CommandInfo.java b/libjava/classpath/javax/activation/CommandInfo.java
index d420c6ee106..c0b81e62ca6 100644
--- a/libjava/classpath/javax/activation/CommandInfo.java
+++ b/libjava/classpath/javax/activation/CommandInfo.java
@@ -54,7 +54,7 @@ public class CommandInfo
private final String verb;
private final String className;
-
+
/**
* Constructor.
* @param verb the command verb
@@ -65,7 +65,7 @@ public class CommandInfo
this.verb = verb;
this.className = className;
}
-
+
/**
* Returns the command verb.
*/
@@ -73,7 +73,7 @@ public class CommandInfo
{
return verb;
}
-
+
/**
* Returns the command class name.
*/
@@ -81,7 +81,7 @@ public class CommandInfo
{
return className;
}
-
+
/**
* Returns the instantiated bean.
* If the bean implements <code>CommandObject</code>, its
@@ -112,6 +112,5 @@ public class CommandInfo
}
return object;
}
-
-}
+}