Skip to content

Commit

Permalink
Merge pull request #105 from barspi/master
Browse files Browse the repository at this point in the history
Rewriting GLSession#getRecentCheckpoint in HQL to avoid weird hiberna…
  • Loading branch information
ar authored Jun 4, 2019
2 parents adb20ad + f8f772d commit 19af409
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 19af409

Please sign in to comment.