Skip to content

Commit 957832a

Browse files
committed
test: touch path template
1 parent 8b21e41 commit 957832a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate

sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ abstract static class Segment {
190190
/** A constant for the END_BINDING segment. */
191191
private static final Segment END_BINDING = create(SegmentKind.END_BINDING, "");
192192

193-
/** Creates a segment of given kind and value. */
193+
/** Creates a segment of given kind and value. test */
194194
private static Segment create(SegmentKind kind, String value) {
195195
return new AutoValue_PathTemplate_Segment(kind, value, "");
196196
}

0 commit comments

Comments
 (0)