Improve content widgets
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / ux / CmsView.java
index 15b6a5dc7aac338a7180f748fa404c31f4f28bb0..a36baf8e08b642cd2c7b625162494ae9710b9d14 100644 (file)
@@ -31,7 +31,7 @@ public interface CmsView {
        // SERVICES
        void exception(Throwable e);
 
-       CmsImageManager<?, ?> getImageManager();
+       <V,M> CmsImageManager<V, M> getImageManager();
 
        boolean isAnonymous();