Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandonogueira committed Mar 3, 2024
1 parent fc52ff9 commit 4fd1c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ox/engine/internal/CreateIndexAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public CreateIndexAction recreateIfNotEquals() {
public String toString() {
return "CreateIndexAction{" +
"attributes=" + attributes +
", indexName=\'" + indexName + '\'' +
", indexName='" + indexName + "'" +
"}";
}

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/ox/engine/structure/OrderingType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* be created using ASC, DESC or Geospatial ordering.
*/
public enum OrderingType {
ASC, DESC, GEO_2DSPHERE;
}
ASC, DESC, GEO_2DSPHERE
}

0 comments on commit 4fd1c00

Please sign in to comment.