Minor changes to Javadocs for AIS kernel

This commit is contained in:
jlizier 2018-05-16 22:28:19 +10:00
parent a649b38270
commit fcd30c6716
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class ActiveInfoStorageCalculatorKernel
/**
* Sets properties for the AIS calculator.
* Sets properties for the AIS kernel calculator.
* New property values are not guaranteed to take effect until the next call
* to an initialise method.
*
@ -148,6 +148,7 @@ public class ActiveInfoStorageCalculatorKernel
* @param propertyValue value of the property.
* @throws Exception if there is a problem with the supplied value).
*/
@Override
public void setProperty(String propertyName, String propertyValue)
throws Exception {
boolean propertySet = true;