corba/src/java.corba/share/classes/org/omg/CORBA/UserException.java
changeset 45443 57dbb6453a4d
parent 25862 a5e25d68f971
--- a/corba/src/java.corba/share/classes/org/omg/CORBA/UserException.java	Tue May 30 15:49:45 2017 -0700
+++ b/corba/src/java.corba/share/classes/org/omg/CORBA/UserException.java	Thu Jun 01 17:49:34 2017 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2017, 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
@@ -31,8 +31,8 @@
  * means that they need to
  * be declared in method signatures.
  *
- * @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on
- * Java&nbsp;IDL exceptions</A>
+ * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
+ * </p>
  */
 public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity {