summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/gui/tabs/collection/DependencyView.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/gui/tabs/collection/DependencyView.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/gui/tabs/collection/DependencyView.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/com/c2kernel/gui/tabs/collection/DependencyView.java b/source/com/c2kernel/gui/tabs/collection/DependencyView.java
index 4465d6a..14e2af0 100755..100644
--- a/source/com/c2kernel/gui/tabs/collection/DependencyView.java
+++ b/source/com/c2kernel/gui/tabs/collection/DependencyView.java
@@ -19,7 +19,8 @@ public class DependencyView extends CollectionView
createLayout();
}
- public void setCollection(Collection contents)
+ @Override
+ public void setCollection(Collection<?> contents)
{
thisColl = contents;
}