This is an automated email from the ASF dual-hosted git repository.

arjansh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git

commit e6bccc81ddd0a65b27fded64cafcbbf5877e58a5
Author: Tim Kingsbury <tim.kingsb...@sas.com>
AuthorDate: Tue Jun 30 14:36:15 2020 -0400

    (METAMODEL-1226) Metadata for numeric data types does not include number of 
digits
---
 core/src/main/java/org/apache/metamodel/schema/ImmutableColumn.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/metamodel/schema/ImmutableColumn.java 
b/core/src/main/java/org/apache/metamodel/schema/ImmutableColumn.java
index 887cf30..d5f3727 100644
--- a/core/src/main/java/org/apache/metamodel/schema/ImmutableColumn.java
+++ b/core/src/main/java/org/apache/metamodel/schema/ImmutableColumn.java
@@ -23,7 +23,7 @@ import java.io.Serializable;
 /**
  * Immutable implementation of the Column interface.
  * 
- * It is not intended to be instantiated on it's own. Rather, use the
+ * It is not intended to be instantiated on its own. Rather, use the
  * constructor in ImmutableSchema.
  * 
  * @see ImmutableSchema

Reply via email to