]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/dbObjects/CertificateProfile.java
upd: terminology in code
[gigi.git] / src / club / wpia / gigi / dbObjects / CertificateProfile.java
index 8940da386a0d949755f831687acf005871a718c5..168744c96fa7c9d3ac16e1d6e34b898a2aef20c3 100644 (file)
@@ -258,11 +258,11 @@ public class CertificateProfile implements IdCachable {
         }
         for (String s : req) {
             if (s.equals("points>=50")) {
-                if (actor.getAssurancePoints() < 50) {
+                if (actor.getVerificationPoints() < 50) {
                     return false;
                 }
             } else if (s.equals("points>=100")) {
-                if (actor.getAssurancePoints() < 100) {
+                if (actor.getVerificationPoints() < 100) {
                     return false;
                 }
             } else if (s.equals("codesign")) {