From fcd30c671629a23a962102c540dbe1cd2ded7c3a Mon Sep 17 00:00:00 2001 From: jlizier Date: Wed, 16 May 2018 22:28:19 +1000 Subject: [PATCH] Minor changes to Javadocs for AIS kernel --- .../continuous/kernel/ActiveInfoStorageCalculatorKernel.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/source/infodynamics/measures/continuous/kernel/ActiveInfoStorageCalculatorKernel.java b/java/source/infodynamics/measures/continuous/kernel/ActiveInfoStorageCalculatorKernel.java index e95b22d..a749b9e 100755 --- a/java/source/infodynamics/measures/continuous/kernel/ActiveInfoStorageCalculatorKernel.java +++ b/java/source/infodynamics/measures/continuous/kernel/ActiveInfoStorageCalculatorKernel.java @@ -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;