< prev index next >

src/java.desktop/share/classes/java/beans/DefaultPersistenceDelegate.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -34,11 +34,11 @@
  * The {@code DefaultPersistenceDelegate} is a concrete implementation of
  * the abstract {@code PersistenceDelegate} class and
  * is the delegate used by default for classes about
  * which no information is available. The {@code DefaultPersistenceDelegate}
  * provides, version resilient, public API-based persistence for
- * classes that follow the JavaBeans&trade; conventions without any class specific
+ * classes that follow the JavaBeans conventions without any class specific
  * configuration.
  * <p>
  * The key assumptions are that the class has a nullary constructor
  * and that its state is accurately represented by matching pairs
  * of "setter" and "getter" methods in the order they are returned
< prev index next >