Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit a20ca2e

Browse files
authored
Remove a redundant annotation. (#1005)
1 parent 6223670 commit a20ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/zpages/src/main/java/io/opencensus/contrib/zpages/StatszZPageHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ private StatszZPageHandler(ViewManager viewManager) {
539539
*/
540540
private static class TreeNode {
541541
// Only leaf nodes have views.
542-
@javax.annotation.Nullable final /*@Nullable*/ View view;
542+
@javax.annotation.Nullable final View view;
543543

544544
// A mapping from relative path to children TreeNodes. Sorted by the relative path.
545545
SortedMap<String, TreeNode> children = Maps.newTreeMap();

0 commit comments

Comments
 (0)