File tree 1 file changed +2
-4
lines changed
src/java.management/share/classes/javax/management
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1999, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1999, 2022 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -393,14 +393,12 @@ public ObjectInstance getObjectInstance(ObjectName name)
393
393
394
394
/**
395
395
* {@inheritDoc}
396
- * @throws RuntimeOperationsException {@inheritDoc}
397
396
*/
398
397
public Set <ObjectInstance > queryMBeans (ObjectName name , QueryExp query );
399
398
400
399
/**
401
400
* {@inheritDoc}
402
- * @throws RuntimeOperationsException {@inheritDoc}
403
- */
401
+ */
404
402
public Set <ObjectName > queryNames (ObjectName name , QueryExp query );
405
403
406
404
// doc comment inherited from MBeanServerConnection
You can’t perform that action at this time.
0 commit comments