Commit f6924163 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

minor improvement

parent e27278ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
				if (refType.name == null) {
					val INode node = NodeModelUtils.getNode(variable)
					val INode nodeType = NodeModelUtils.getNode(type)
					val infoMessage = "The type declaration for \"" + nodeType.text + "\" could not be resolved. It cannot be determined whether the variable instances of this type are component instances. They will be treated as variable instances."
					val infoMessage = "The type declaration for \"" + nodeType.text.trim + "\" could not be resolved. It cannot be determined whether the variable instances of this type are component instances. They will be treated as variable instances."
					info(
						infoMessage,
						TTCN3Package.eINSTANCE.TTCN3Reference_Name,