Skip to content

Commit

Permalink
facepalm: java public method for access from ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Dec 4, 2024
1 parent 37bf0a4 commit 16403d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logstash-core/lib/logstash/util/jackson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Jackson
def self.verify_jackson_overrides
java_import org.logstash.ObjectMappers

ObjectMappers.getConfiguredStreamReadConstraints().validateIsGlobalDefault()
ObjectMappers::getConfiguredStreamReadConstraints().validateIsGlobalDefault()
end

end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class ObjectMappers {
CONFIGURED_STREAM_READ_CONSTRAINTS.applyAsGlobalDefault();
}

static StreamReadConstraintsUtil getConfiguredStreamReadConstraints() {
public static StreamReadConstraintsUtil getConfiguredStreamReadConstraints() {
return CONFIGURED_STREAM_READ_CONSTRAINTS;
}

Expand Down

0 comments on commit 16403d0

Please sign in to comment.