diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-12 16:00:18 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-12 16:05:11 +0100 |
| commit | 3b3f8c37e4636fa40757dc0957cdb9bf7605af2e (patch) | |
| tree | b5aae2aad85786e9305c2755e32c34c10faa567d /src/main | |
| parent | aa725a130816f954b914e638381862d20d556af5 (diff) | |
Make toMatcher() private
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javapreciselymatchers/JavaPreciselyMatchersGenerator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javapreciselymatchers/JavaPreciselyMatchersGenerator.java b/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javapreciselymatchers/JavaPreciselyMatchersGenerator.java index 4b26b08..3378f9c 100644 --- a/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javapreciselymatchers/JavaPreciselyMatchersGenerator.java +++ b/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javapreciselymatchers/JavaPreciselyMatchersGenerator.java @@ -133,7 +133,7 @@ public class JavaPreciselyMatchersGenerator implements Generator { ), new JavaMethodDeclaration( "toMatcher", - JavaVisibility.PUBLIC, + JavaVisibility.PRIVATE, JavaMethodKind.INSTANCE, JavaTypeRef.topLevelGeneric(List.of("org", "zwobble", "precisely"), "Matcher", List.of(JavaTypeRef.OBJECT)), List.of(), |
