You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2020/12/31 18:48:14 UTC

svn commit: r1884995 - /pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java

Author: rwhitcomb
Date: Thu Dec 31 18:48:13 2020
New Revision: 1884995

URL: http://svn.apache.org/viewvc?rev=1884995&view=rev
Log:
Fix obsolete Javadoc constructs.

Modified:
    pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java

Modified: pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java?rev=1884995&r1=1884994&r2=1884995&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java Thu Dec 31 18:48:13 2020
@@ -34,8 +34,8 @@ import org.apache.pivot.util.Utils;
 
 /**
  * Implementation of the {@link List} interface that is backed by an instance of
- * {@link java.util.List}; in other words, adapting a <tt>java.util.List</tt> to
- * one of our <tt>List</tt>s.
+ * {@link java.util.List}; in other words, adapting a {@code java.util.List} to
+ * one of our {@code List}s.
  *
  * @param <T> Type of elements in the list.
  */