You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/01/26 19:15:00 UTC

[kafka] branch trunk updated: MINOR: a single doc typo (#2969)

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

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d706c87  MINOR: a single doc typo (#2969)
d706c87 is described below

commit d706c87cb2a7e060ae22ccb7809b5d588bb3d6b5
Author: Scott <sm...@users.noreply.github.com>
AuthorDate: Fri Jan 26 14:14:57 2018 -0500

    MINOR: a single doc typo (#2969)
---
 .../api/src/main/java/org/apache/kafka/connect/data/ConnectSchema.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connect/api/src/main/java/org/apache/kafka/connect/data/ConnectSchema.java b/connect/api/src/main/java/org/apache/kafka/connect/data/ConnectSchema.java
index 6845057..85357fe 100644
--- a/connect/api/src/main/java/org/apache/kafka/connect/data/ConnectSchema.java
+++ b/connect/api/src/main/java/org/apache/kafka/connect/data/ConnectSchema.java
@@ -319,7 +319,7 @@ public class ConnectSchema implements Schema {
      * Get the {@link Schema.Type} associated with the given class.
      *
      * @param klass the Class to
-     * @return the corresponding type, nor null if there is no matching type
+     * @return the corresponding type, or null if there is no matching type
      */
     public static Type schemaType(Class<?> klass) {
         synchronized (JAVA_CLASS_SCHEMA_TYPES) {

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.