Skip to content

Commit

Permalink
Close curly brace should be on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
quaff committed Nov 14, 2024
1 parent 4aef814 commit f03fc66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/main/java/jakarta/persistence/MapsId.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@
* not explicitly specified, the relationship maps the primary
* key of the entity.
*/
String value() default ""; }
String value() default "";
}

0 comments on commit f03fc66

Please sign in to comment.