You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2009/05/27 13:06:06 UTC

svn commit: r779110 - /hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java

Author: stevel
Date: Wed May 27 11:06:05 2009
New Revision: 779110

URL: http://svn.apache.org/viewvc?rev=779110&view=rev
Log:
HADOOP-3628 some changes to utility and http classes

Modified:
    hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java

Modified: hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java
URL: http://svn.apache.org/viewvc/hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java?rev=779110&r1=779109&r2=779110&view=diff
==============================================================================
--- hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java (original)
+++ hadoop/core/branches/HADOOP-3628-2/src/core/org/apache/hadoop/ipc/RPC.java Wed May 27 11:06:05 2009
@@ -301,7 +301,7 @@
    * @return the proxy
    * @throws IOException if the far end through a RemoteException
    */
-  static VersionedProtocol waitForProxy(Class protocol,
+  public static VersionedProtocol waitForProxy(Class protocol,
                                                long clientVersion,
                                                InetSocketAddress addr,
                                                Configuration conf,