Skip to content

Commit 67c4c06

Browse files
committed
fix javadoc
1 parent c8fee81 commit 67c4c06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/jsonprovider/ExcludeRootJSONProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
*
5252
* <p>
5353
* During marshalling and unmarshalling, this provider sets the MOXy-specific properties:
54+
* </p>
5455
* <ul>
5556
* <li>{@code MarshallerProperties.JSON_INCLUDE_ROOT = false}</li>
5657
* <li>{@code MarshallerProperties.JSON_MARSHAL_EMPTY_COLLECTIONS = false}</li>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/jsonprovider/IncludeRootJSONProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
*
5252
* <p>
5353
* During marshalling and unmarshalling, this provider sets the MOXy-specific properties:
54+
* </p>
5455
* <ul>
5556
* <li>{@code MarshallerProperties.JSON_INCLUDE_ROOT = true}</li>
5657
* <li>{@code MarshallerProperties.JSON_MARSHAL_EMPTY_COLLECTIONS = false}</li>

0 commit comments

Comments
 (0)