From df101389d66b34e610068a06154e7784b1609047 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 22 Oct 2019 12:00:17 +0200 Subject: Fix comment in TypePrimitive --- src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java b/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java index 6e2c79e..ab28cb4 100644 --- a/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java +++ b/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java @@ -56,7 +56,7 @@ public class TypePrimitive extends Type { public static final TypePrimitive INTEGER = new TypePrimitive(PrimaryType.INT); /** - * A special "null type" that represents null value of an unknown type. It can be converted to any other type. + * A special null type that represents null values of an unknown type. It can be converted to any other type. * * @see Type#isCompatible(Type) * @see ValueNull -- cgit v1.2.3