Skip to content
Snippets Groups Projects
Commit ac96b1ca authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Make Report.getId() public

parent ceb75790
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ public class Report { ...@@ -52,7 +52,7 @@ public class Report {
* *
* @return The primary key value. * @return The primary key value.
*/ */
long getId() { public long getId() {
return id; return id;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment