You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2014/08/04 23:33:37 UTC

[4/4] git commit: CURATOR-67 - Fixed up comment on builder() method.

CURATOR-67 - Fixed up comment on builder() method.

Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/fd8b6476
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/fd8b6476
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/fd8b6476

Branch: refs/heads/CURATOR-67
Commit: fd8b647680496519fbb6f1e06075dbc6d385a762
Parents: 91c9ae3
Author: Cam McKenzie <ca...@apache.org>
Authored: Tue Aug 5 07:33:12 2014 +1000
Committer: Cam McKenzie <ca...@apache.org>
Committed: Tue Aug 5 07:33:12 2014 +1000

----------------------------------------------------------------------
 .../org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/fd8b6476/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java
----------------------------------------------------------------------
diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java
index 28fc31c..6595d6a 100644
--- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java
+++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceDiscoveryBuilder.java
@@ -32,7 +32,7 @@ public class ServiceDiscoveryBuilder<T>
     private Class<T>                payloadClass;
 
     /**
-     * Return a new builder. The builder will be defaulted with a {@link JsonInstanceSerializer}.
+     * Return a new builder.
      *
      * @param payloadClass the class of the payload of your service instance (you can use {@link Void}
      * if your instances don't need a payload)