Skip to content

Commit 87cddac

Browse files
committed
Merge pull request google#820 from google/819
Fixed unbound range bug issue# 819
2 parents 0c7e399 + 9341460 commit 87cddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<profile>
106106
<id>doclint-java8-disable</id>
107107
<activation>
108-
<jdk>[1.8,</jdk>
108+
<jdk>[1.8,)</jdk>
109109
</activation>
110110
<build>
111111
<plugins>

0 commit comments

Comments
 (0)