浏览代码

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

tbeerbower 10 年之前
父节点
当前提交
8669ec812d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-views/src/main/java/org/apache/ambari/view/DataStore.java

+ 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.
    *