Skip to content

Commit

Permalink
Port are not Configurable
Browse files Browse the repository at this point in the history
(what would that even mean?)

git-svn-id: https://taverna.googlecode.com/svn/unsorted/scufl2/trunk@14361 bf327186-88b3-11dd-a302-d386e5130c1c
  • Loading branch information
stian@mygrid.org.uk committed Dec 21, 2011
1 parent 020ab97 commit e14ae98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package uk.org.taverna.scufl2.api.port;

import uk.org.taverna.scufl2.api.common.Configurable;
import uk.org.taverna.scufl2.api.common.Named;

/**
Expand All @@ -9,5 +8,5 @@
*
* @author Alan R Williams
*/
public interface Port extends Named, Configurable {
public interface Port extends Named {
}

0 comments on commit e14ae98

Please sign in to comment.