summaryrefslogtreecommitdiff
path: root/org/omg/PortableServer/POAManagerPackage/State.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/PortableServer/POAManagerPackage/State.java')
-rw-r--r--org/omg/PortableServer/POAManagerPackage/State.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/omg/PortableServer/POAManagerPackage/State.java b/org/omg/PortableServer/POAManagerPackage/State.java
index b32d420a8..72a097038 100644
--- a/org/omg/PortableServer/POAManagerPackage/State.java
+++ b/org/omg/PortableServer/POAManagerPackage/State.java
@@ -144,7 +144,7 @@ public class State
/**
* Returns the State, matching the given integer constant.
- *
+ *
* @param code one of _HOLDING, _ACTIVE, _DISCARDING, _INACTIVE.
* @return one of HOLDING, ACTIVE, DISCARDING, INACTIVE.
* @throws BAD_PARAM if the parameter is not one of the valid values.
@@ -165,7 +165,7 @@ public class State
/**
* Returns a short string representation.
- *
+ *
* @return the name of the current enumeration value.
*/
public String toString()
@@ -181,4 +181,4 @@ public class State
{
return _value;
}
-} \ No newline at end of file
+}