Skip to content

Commit

Permalink
public -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Kedida committed Dec 12, 2023
1 parent 86b80d8 commit 2e2e976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public final class ServiceImplementationGenerator {

private static final String REQUEST = "_request";
private static final String PARAMETER_SERIALIZER = "_parameterSerializer";
public static final String MAP = "map";
private static final String MAP = "map";

private final ServiceDefinition serviceDefinition;

Expand Down

0 comments on commit 2e2e976

Please sign in to comment.