Skip to content

Commit

Permalink
Remove FIXMEs that have been there for ages
Browse files Browse the repository at this point in the history
It doesn't look good when you show it in a demo and if we want to
implement it, better to open an issue than having things in the code.

(cherry picked from commit 93ae853)
  • Loading branch information
gsmet committed Jun 10, 2021
1 parent a96b8a9 commit eaabb4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ public abstract class PanacheEntity extends PanacheEntityBase {
public String toString() {
return this.getClass().getSimpleName() + "<" + id + ">";
}

// FIXME: VERSION?
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ public abstract class PanacheEntity extends PanacheEntityBase {
public String toString() {
return this.getClass().getSimpleName() + "<" + id + ">";
}

// FIXME: VERSION?
}

0 comments on commit eaabb4f

Please sign in to comment.