We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55fcf06 + 933817d commit 4c36f49Copy full SHA for 4c36f49
1 file changed
api/src/main/java/io/opencensus/tags/TagKey.java
@@ -54,7 +54,6 @@ public abstract class TagKey {
54
* @throws IllegalArgumentException if the name is not valid.
55
*/
56
public static TagKey create(String name) {
57
- // TODO(sebright): Should we disallow an empty name?
58
checkArgument(isValid(name));
59
return new AutoValue_TagKey(name);
60
}
0 commit comments