File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
pepdb/src/org/scharp/atlas/pepdb Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 44import org .apache .logging .log4j .Logger ;
55import org .jetbrains .annotations .NotNull ;
66import org .jetbrains .annotations .Nullable ;
7- import org .labkey .api .data .Container ;
87import org .labkey .api .data .ContainerManager ;
98import org .labkey .api .data .DbSchema ;
109import org .labkey .api .module .DefaultModule ;
2019
2120import java .util .Arrays ;
2221import java .util .Collection ;
23- import java .util .Collections ;
2422import java .util .Set ;
2523
2624public class PepDBModule extends DefaultModule
@@ -58,7 +56,7 @@ protected Collection<WebPartFactory> createWebPartFactories()
5856 }
5957
6058 @ Override
61- public WebPartView getWebPartView (@ NotNull ViewContext portalCtx , @ NotNull Portal .WebPart webPart )
59+ public WebPartView <?> getWebPartView (@ NotNull ViewContext portalCtx , @ NotNull Portal .WebPart webPart )
6260 {
6361 return new PepDBWebPart ();
6462 }
@@ -71,13 +69,6 @@ public boolean hasScripts()
7169 return true ;
7270 }
7371
74- @ Override
75- @ NotNull
76- public Collection <String > getSummary (Container c )
77- {
78- return Collections .emptyList ();
79- }
80-
8172 @ Override
8273 public void doStartup (ModuleContext moduleContext )
8374 {
You can’t perform that action at this time.
0 commit comments