Skip to content

Commit

Permalink
rename method from 'Clone' to 'clone' in 'Engine' class to match the …
Browse files Browse the repository at this point in the history
…java naming convention and definiont in the of java.lang.Object. (#268)

Co-authored-by: Cristi Balcanu <[email protected]>
  • Loading branch information
balcanuc and Cristi Balcanu authored Jun 19, 2024
1 parent 45627aa commit e6f2ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Engine() {
/**
* Efficiently clones an Engine.
*/
public Engine Clone() {
public Engine clone() {
return new Engine(nativeClone(enginePtr));
}

Expand Down

0 comments on commit e6f2ec8

Please sign in to comment.