Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgupta1 committed Oct 17, 2024
1 parent 8ac875e commit 68b1abf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions d2/src/main/java/com/linkedin/d2/xds/XdsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ public String toString()
}
}

// same as the default proto value for a string field
static final String UNKNOWN_RESOURCE_VERSION = "";
public static final NodeUpdate EMPTY_NODE_UPDATE = new NodeUpdate(null, new HashMap<>());
public static final D2URIMapUpdate EMPTY_D2_URI_MAP_UPDATE = new D2URIMapUpdate(null, new HashMap<>());

Expand Down

0 comments on commit 68b1abf

Please sign in to comment.