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/01/24 19:37:54 UTC

svn commit: r499519 - /incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java

Author: jboynes
Date: Wed Jan 24 10:37:53 2007
New Revision: 499519

URL: http://svn.apache.org/viewvc?view=rev&rev=499519
Log:
fix typo

Modified:
    incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java

Modified: incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java?view=diff&rev=499519&r1=499518&r2=499519
==============================================================================
--- incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java (original)
+++ incubator/tuscany/sandbox/jboynes/sca-client/src/main/java/org/osoa/sca/ServiceReference.java Wed Jan 24 10:37:53 2007
@@ -37,7 +37,7 @@
     /**
      * Returns the Java class for the business interface associated with this reference.
      *
-     * @return the Class for the business interfcace associated with this reference
+     * @return the Class for the business interface associated with this reference
      */
     Class<B> getBusinessInterface();
 



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