8297192: Warning generating API docs for javax.management.MBeanServer: overridden methods do not document exception type
Reviewed-by: dfuchs, sspitsyn, amenkov
This commit is contained in:
parent
3c4d5204ff
commit
070a84cbae
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -393,13 +393,11 @@ public interface MBeanServer extends MBeanServerConnection {
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws RuntimeOperationsException {@inheritDoc}
|
||||
*/
|
||||
public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query);
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws RuntimeOperationsException {@inheritDoc}
|
||||
*/
|
||||
public Set<ObjectName> queryNames(ObjectName name, QueryExp query);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user