You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2007/01/08 14:35:23 UTC

svn commit: r494067 - /incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java

Author: jmarino
Date: Mon Jan  8 05:35:22 2007
New Revision: 494067

URL: http://svn.apache.org/viewvc?view=rev&rev=494067
Log:
remove reference to class on mutliplicity injection and make it specific to Java impl types

Modified:
    incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java

Modified: incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java?view=diff&rev=494067&r1=494066&r2=494067
==============================================================================
--- incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java (original)
+++ incubator/tuscany/java/sca/services/persistence/datasource/src/main/java/org/apache/tuscany/persistence/datasource/DataSourceComponent.java Mon Jan  8 05:35:22 2007
@@ -75,7 +75,7 @@
         throw new UnsupportedOperationException("Wires not supported for DataSource components");
     }
 
-    protected void onReferenceWires(Class<?> multiplicityClass, List<OutboundWire> wires) {
+    protected void onReferenceWires(List<OutboundWire> wires) {
         throw new UnsupportedOperationException("Wires not supported for DataSource components");
     }
 



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