diff --git a/mug-errorprone/pom.xml b/mug-errorprone/pom.xml index 3f70508518..fc05a2de06 100644 --- a/mug-errorprone/pom.xml +++ b/mug-errorprone/pom.xml @@ -150,7 +150,7 @@ com.google.mug mug-guava - ${version} + ${project.version} \ No newline at end of file diff --git a/mug-protobuf/pom.xml b/mug-protobuf/pom.xml index f1c17e0ec5..223509c9fa 100644 --- a/mug-protobuf/pom.xml +++ b/mug-protobuf/pom.xml @@ -57,7 +57,7 @@ com.google.mug mug-guava test - ${version} + ${project.version} diff --git a/mug/src/main/java/com/google/mu/util/StringFormat.java b/mug/src/main/java/com/google/mu/util/StringFormat.java index 9e257f087d..d5cd7a28f8 100644 --- a/mug/src/main/java/com/google/mu/util/StringFormat.java +++ b/mug/src/main/java/com/google/mu/util/StringFormat.java @@ -500,7 +500,7 @@ public final Optional parseGreedy( } /** - * Similar to {@link #parse(String, MapFrom3)}, parses {@code input} and applies {@code mapper} + * Similar to {@link #parse(String, Ternary)}, parses {@code input} and applies {@code mapper} * with the 3 placeholder values in this format string, but matches the placeholders backwards * from the end to the beginning of the input string. * @@ -518,7 +518,7 @@ public final Optional parseGreedy( } /** - * Similar to {@link #parse(String, MapFrom4)}, parses {@code input} and applies {@code mapper} + * Similar to {@link #parse(String, Quarternary)}, parses {@code input} and applies {@code mapper} * with the 3 placeholder values in this format string, but matches the placeholders backwards * from the end to the beginning of the input string. * @@ -536,7 +536,7 @@ public final Optional parseGreedy( } /** - * Similar to {@link #parse(String, MapFrom5)}, parses {@code input} and applies {@code mapper} + * Similar to {@link #parse(String, Quinary)}, parses {@code input} and applies {@code mapper} * with the 5 placeholder values in this format string, but matches the placeholders backwards * from the end to the beginning of the input string. *