Sfoglia il codice sorgente

AMBARI-10481 - Views: javadoc build error (tbeerbower)

tbeerbower 10 anni fa
parent
commit
8669ec812d

+ 1 - 1
ambari-views/src/main/java/org/apache/ambari/view/DataStore.java

@@ -27,7 +27,7 @@ public interface DataStore {
 
   /**
    * Save the given entity to persistent storage.  The entity must be declared as an
-   * <entity> in the <persistence> element of the view.xml.
+   * {@code <entity>} in the {@code <persistence>} element of the view.xml.
    *
    * @param entity  the entity to be persisted.
    *