]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/User.java
Document User.getMaxAssurePoints
[gigi.git] / src / org / cacert / gigi / User.java
index b6086aa9a074fcfe5a407e84ec5bc45437ebde6f..b492de48525130148b3bc1ac9f919449f5bc637f 100644 (file)
@@ -159,6 +159,14 @@ public class User {
                                && dob.toString().equals(s.dob.toString()); // This is due to
                                                                                                                        // day cutoff
        }
+
+       /**
+        * Gets the maximum allowed points NOW. Note that an assurance needs to
+        * re-check PoJam as it has taken place in the past.
+        * 
+        * @return the maximal points
+        * @throws SQLException
+        */
        public int getMaxAssurePoints() throws SQLException {
                int exp = getExperiencePoints();
                int points = 10;