From 65c900d92d406356ad8a4b1f7995dc5dc23cb124 Mon Sep 17 00:00:00 2001 From: Jay Kreps Date: Sun, 21 Jun 2009 19:54:12 -0700 Subject: [PATCH] Clarify javadoc on routing tier. --- src/java/voldemort/client/ClientConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/voldemort/client/ClientConfig.java b/src/java/voldemort/client/ClientConfig.java index e462402bd5..3e26600f39 100644 --- a/src/java/voldemort/client/ClientConfig.java +++ b/src/java/voldemort/client/ClientConfig.java @@ -253,7 +253,8 @@ public RoutingTier getRoutingTier() { /** * Set the tier at which routing occurs. Client-side routing occurs on the - * client, and server-side routing on the server. + * client, and server-side routing on the server. This is not yet used, as + * the java client only supports client-side routing. * * @param routingTier The routing tier to use for routing requests */