diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-10-22 12:00:17 +0200 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-10-22 12:00:17 +0200 |
commit | df101389d66b34e610068a06154e7784b1609047 (patch) | |
tree | 882e039fb0880dc16a90de98253b488e62e4c8fe /src/pl/edu/mimuw/cloudatlas/model | |
parent | c639be9408a6d181425ecf44360f3e64059c5fa8 (diff) |
Fix comment in TypePrimitive
Diffstat (limited to 'src/pl/edu/mimuw/cloudatlas/model')
-rw-r--r-- | src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |