Skip to content

Commit

Permalink
Remove javadoc references to Beans.instantiate since we no longer
Browse files Browse the repository at this point in the history
depend on the java.desktop module.
  • Loading branch information
bshannon committed Mar 25, 2020
1 parent d414a43 commit 048dbc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions activation/src/main/java/jakarta/activation/CommandInfo.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -71,7 +71,7 @@ public String getCommandClass() {
* Return the instantiated JavaBean component.
* <p>
* If the current runtime environment supports
* {@link java.beans.Beans#instantiate Beans.instantiate},
* <code>Beans.instantiate</code>,
* use it to instantiate the JavaBeans component. Otherwise, use
* {@link java.lang.Class#forName Class.forName}.
* <p>
Expand Down Expand Up @@ -103,7 +103,6 @@ public String getCommandClass() {
* @exception IOException for failures reading data
* @exception ClassNotFoundException if command object class can't
* be found
* @see java.beans.Beans#instantiate
* @see jakarta.activation.CommandObject
*/
public Object getCommandObject(DataHandler dh, ClassLoader loader)
Expand Down

0 comments on commit 048dbc6

Please sign in to comment.