We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b21e41 commit 957832aCopy full SHA for 957832a
1 file changed
sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java
@@ -190,7 +190,7 @@ abstract static class Segment {
190
/** A constant for the END_BINDING segment. */
191
private static final Segment END_BINDING = create(SegmentKind.END_BINDING, "");
192
193
- /** Creates a segment of given kind and value. */
+ /** Creates a segment of given kind and value. test */
194
private static Segment create(SegmentKind kind, String value) {
195
return new AutoValue_PathTemplate_Segment(kind, value, "");
196
}
0 commit comments