solomax commented on code in PR #134: URL: https://github.com/apache/openjpa/pull/134#discussion_r2184658211
########## openjpa-jest/src/test/java/demo/Actor.java: ########## @@ -102,6 +105,13 @@ public void setPartner(Actor partner) { public Set<Movie> getMovies() { return movies; } + public void setRandomId(UUID uuid) { Review Comment: I would add line break here :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openjpa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org