Skip to content

Commit b17dc16

Browse files
committed
generics to return types added
1 parent e483286 commit b17dc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualvm/applicationviews/src/org/graalvm/visualvm/application/views/ApplicationViewsSupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public PluggableDataSourceViewProvider<ApplicationSnapshot> getSnapshotOverviewV
8989
*
9090
* @return PluggableDataSourceViewProvider for Monitor application subtab.
9191
*/
92-
public PluggableDataSourceViewProvider getMonitorView() {
92+
public PluggableDataSourceViewProvider<Application> getMonitorView() {
9393
return monitorPluggableView;
9494
}
9595

@@ -107,7 +107,7 @@ public PluggableDataSourceViewProvider<ApplicationSnapshot> getSnapshotMonitorVi
107107
*
108108
* @return PluggableDataSourceViewProvider for Threads application subtab.
109109
*/
110-
public PluggableDataSourceViewProvider getThreadsView() {
110+
public PluggableDataSourceViewProvider<Application> getThreadsView() {
111111
return threadsPluggableView;
112112
}
113113

0 commit comments

Comments
 (0)