Kaydet (Commit) da3b039d authored tarafından rbuj's avatar rbuj Kaydeden (comit) Noel Grandin

reportbuilder: fix javadoc error: reference not found

Change-Id: Ic548a23a9d1e1acc90386da76416c76990f3a5b3
Reviewed-on: https://gerrit.libreoffice.org/11309Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 4d6bd06c
......@@ -70,7 +70,7 @@ public class DataSourceException extends Exception
* <tt>(cause==null ? null : cause.toString())</tt> (which typically contains
* the class and detail message of <tt>cause</tt>). This constructor is useful
* for exceptions that are little more than wrappers for other throwables (for
* example, {@link PrivilegedActionException}).
* example, {@link java.security.PrivilegedActionException}).
*
* @param cause the cause (which is saved for later retrieval by the {@link
* #getCause()} method). (A <tt>null</tt> value is permitted,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment