Skip to content

Commit

Permalink
Rewriting GLSession#getRecentCheckpoint in HQL to avoid weird hiberna…
Browse files Browse the repository at this point in the history
…te mapping errors
  • Loading branch information
barspi committed Jun 4, 2019
1 parent adb20ad commit f8f772d
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 83 deletions.
4 changes: 2 additions & 2 deletions modules/minigl/src/main/java/org/jpos/gl/Checkpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
import org.apache.commons.lang3.builder.ToStringBuilder;


/**
/**
* Journal level account Checkpoint.
*
*
*/
public class Checkpoint implements Serializable {
private Date date;
Expand Down
Loading

0 comments on commit f8f772d

Please # to comment.