소스 검색

Qualified todo statement.

Alexander Nyßen 12 년 전
부모
커밋
c3480b3b4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/types/ISTextTypeSystem.java

+ 1 - 1
plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/types/ISTextTypeSystem.java

@@ -123,7 +123,7 @@ public interface ISTextTypeSystem extends ITypeSystem {
 	public boolean isStringType(Type type);
 
 	// TODO: This can be moved to ITypeSystem if we have a common abstraction
-	// over literals within the meta model
+	// over literals within the meta model or if we use EObject instead
 	public InferenceResult inferType(Literal literal);
 
 }