Skip to content

Commit

Permalink
Merge pull request #55 from xingyutangyuan/master
Browse files Browse the repository at this point in the history
Extract the StringFormat instance methods into AbstractStringFormat. …
  • Loading branch information
fluentfuture authored Dec 28, 2023
2 parents e4e3aca + 2c6239f commit 3175e8b
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 766 deletions.
4 changes: 2 additions & 2 deletions mug/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ java_library(
"src/main/java/com/google/mu/function/*.java",
"src/main/java/com/google/mu/collect/*.java",
],
exclude = ["src/main/java/com/google/mu/util/StringFormat.java"]),
exclude = glob(["src/main/java/com/google/mu/util/*StringFormat.java"])),
)

java_library(
Expand All @@ -27,7 +27,7 @@ java_library(
java_library(
name = "format",
visibility = ["//visibility:public"],
srcs = ["src/main/java/com/google/mu/util/StringFormat.java"],
srcs = glob(["src/main/java/com/google/mu/util/*StringFormat.java"]),
deps = [":base"],
exported_plugins = ["//mug-errorprone:plugin"],
)
Expand Down
Loading

0 comments on commit 3175e8b

Please sign in to comment.