From af7eb07bbb936140024dcc3c4937dfebbb64f46c Mon Sep 17 00:00:00 2001 From: Dominique Marcadet <Dominique.Marcadet@centralesupelec.fr> Date: Fri, 10 May 2019 18:51:27 +0200 Subject: [PATCH] typo --- .../edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java index 2304629..f6cfb39 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java @@ -2455,7 +2455,7 @@ public class ExtRefImpl extends BaseElementImpl implements ExtRef { // serviceType Optional, values: Poll, Report, GOOSE, SMV, Typically used at system design time to specify the service type to be used for sending the needed input data if(( getIedName() == null ) || getIedName().isEmpty() ) { - // no warning id no iedName + // no warning if no iedName console.verbose( messagePrefix + "do not look for DA because iedName is missing" ); return Pair.of( null, null ); } -- GitLab