(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / core / ProvidedInterface.java
index 8687511598219b2b37f677fbbac488df4deb0d02..be6aa6f0d96e90ececfe7cd81f6060928c4f3151 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.core;
 
-import java.util.Collection;
-
 /**
  * Represents an interface provided by a component. Different component objects
  * should never share ProvidedInterface instances!