Skip to content

Commit

Permalink
Separate classes by empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos committed Oct 18, 2023
1 parent 487d0f7 commit 3f11f03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public static class Request {
public static final String OPERATION_NOT_ALLOWED = "validation.request.operation.notAllowed";
public static final String BODY_SCHEMA_ONE_OF = "validation.request.body.schema.oneOf";
}

public static class Response {
public static final String BODY_SCHEMA_ONE_OF = "validation.response.body.schema.oneOf";
}
Expand Down

0 comments on commit 3f11f03

Please sign in to comment.