Fix incorrect variable used

Signed-off-by: karuppayya <karuppayyar@qubole.com>
This commit is contained in:
karuppayya 2016-12-08 20:25:19 +05:30 committed by Karup
parent 42d92ac964
commit b837c6cb0b

View file

@ -17,7 +17,7 @@ public class ParagraphRuntimeInfo {
public ParagraphRuntimeInfo(String propertyName, String label,
String group, String intpSettingId) {
if (interpreterSettingId == null) {
if (intpSettingId == null) {
throw new IllegalArgumentException("Interpreter setting Id cannot be null");
}
this.propertyName = propertyName;