Author: markt
Date: Mon Dec 4 16:55:22 2017
New Revision: 1817104
URL: http://svn.apache.org/viewvc?rev=1817104&view=rev
Log:
Fix Javadoc errors reported by CI
Modified:
tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java
Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java?rev=1817104&r1=1817103&r2=1817104&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java
(original)
+++ tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java Mon Dec
4 16:55:22 2017
@@ -20,7 +20,8 @@ import java.io.PrintWriter;
/**
* Strategy for obtaining and printing the current call stack. This is
primarily useful for
- * {@linkplain UsageTracking usage tracking} so that different JVMs and
configurations can use more efficient strategies
+ * {@link org.apache.tomcat.dbcp.pool2.UsageTracking usage tracking} so
+ * that different JVMs and configurations can use more efficient strategies
* for obtaining the current call stack depending on metadata needs.
*
* @see CallStackUtils
@@ -30,7 +31,7 @@ public interface CallStack {
/**
* Prints the current stack trace if available to a PrintWriter. The
format is undefined and is primarily useful
- * for debugging issues with {@link PooledObject} usage in user code.
+ * for debugging issues with {@link
org.apache.tomcat.dbcp.pool2.PooledObject} usage in user code.
*
* @param writer a PrintWriter to write the current stack trace to if
available
* @return true if a stack trace was available to print or false if
nothing was printed
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]