File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/ripe/rpki/ta/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ public class Config {
4545 private Period minimumValidityPeriod ;
4646
4747 public Period getMinimumValidityPeriod () {
48- return Preconditions .checkNotNull (minimumValidityPeriod , "Manifest and CRL validity period cannot be null" );
48+ return Preconditions .checkNotNull (minimumValidityPeriod , "Minimum validity period cannot be null" );
4949 }
5050
5151 public void setMinimumValidityPeriod (Period minimumValidityPeriod ) {
52- this .minimumValidityPeriod = Preconditions .checkNotNull (minimumValidityPeriod , "Manifest and CRL validity period cannot be null" );
52+ this .minimumValidityPeriod = Preconditions .checkNotNull (minimumValidityPeriod , "Minimum validity period cannot be null" );
5353 }
5454
5555}
You can’t perform that action at this time.
0 commit comments