Skip to content

Commit

Permalink
Merge pull request #31 from brenoepics/deepsource-transform-fb5f31a0
Browse files Browse the repository at this point in the history
style: format code with Google Java Format
  • Loading branch information
brenoepics authored Jan 13, 2024
2 parents a3fcf01 + 32bb3ae commit 2a701c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum RestMethod {
GET, // The GET method requests a representation of the specified resource.
POST, // The POST method is used to submit an entity to the specified resource.
PUT, // The PUT method replaces all current representations of the target resource with the
// request payload.
// request payload.
DELETE, // The DELETE method deletes the specified resource.
PATCH // The PATCH method is used to apply partial modifications to a resource.
}

0 comments on commit 2a701c9

Please sign in to comment.