aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/management/PersistentMBean.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/management/PersistentMBean.java')
-rw-r--r--libjava/classpath/javax/management/PersistentMBean.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/management/PersistentMBean.java b/libjava/classpath/javax/management/PersistentMBean.java
index e47e2c5..51ee460 100644
--- a/libjava/classpath/javax/management/PersistentMBean.java
+++ b/libjava/classpath/javax/management/PersistentMBean.java
@@ -74,7 +74,7 @@ public interface PersistentMBean
*/
void load()
throws MBeanException, RuntimeOperationsException,
- InstanceNotFoundException;
+ InstanceNotFoundException;
/**
* <p>
@@ -121,6 +121,6 @@ public interface PersistentMBean
*/
void store()
throws MBeanException, RuntimeOperationsException,
- InstanceNotFoundException;
+ InstanceNotFoundException;
}