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

Commit 4c36f49

Browse files
authored
Merge pull request #812 from sebright/remove-tagkey-todo
Remove an obsolete TODO from TagKey.java.
2 parents 55fcf06 + 933817d commit 4c36f49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/main/java/io/opencensus/tags/TagKey.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public abstract class TagKey {
5454
* @throws IllegalArgumentException if the name is not valid.
5555
*/
5656
public static TagKey create(String name) {
57-
// TODO(sebright): Should we disallow an empty name?
5857
checkArgument(isValid(name));
5958
return new AutoValue_TagKey(name);
6059
}

0 commit comments

Comments
 (0)