You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/02/14 16:18:39 UTC

svn commit: r507570 - /incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java

Author: jboynes
Date: Wed Feb 14 07:18:38 2007
New Revision: 507570

URL: http://svn.apache.org/viewvc?view=rev&rev=507570
Log:
JavaDoc correction

Modified:
    incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java

Modified: incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java?view=diff&rev=507570&r1=507569&r2=507570
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/RequestContext.java Wed Feb 14 07:18:38 2007
@@ -57,10 +57,10 @@
     <CB> CB getCallback();
 
     /**
-     * Returns a CallbackReference to the callback provided by the caller.
+     * Returns a CallableReference to the callback provided by the caller.
      *
      * @param <CB> the Java type of the business interface for the callback
-     * @return a CallbackReference to the callback provided by the caller
+     * @return a CallableReference to the callback provided by the caller
      */
     <CB> CallableReference<CB> getCallbackReference();
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org