File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
visualvm/applicationviews/src/org/graalvm/visualvm/application/views Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public PluggableDataSourceViewProvider<ApplicationSnapshot> getSnapshotOverviewV
89
89
*
90
90
* @return PluggableDataSourceViewProvider for Monitor application subtab.
91
91
*/
92
- public PluggableDataSourceViewProvider getMonitorView () {
92
+ public PluggableDataSourceViewProvider < Application > getMonitorView () {
93
93
return monitorPluggableView ;
94
94
}
95
95
@@ -107,7 +107,7 @@ public PluggableDataSourceViewProvider<ApplicationSnapshot> getSnapshotMonitorVi
107
107
*
108
108
* @return PluggableDataSourceViewProvider for Threads application subtab.
109
109
*/
110
- public PluggableDataSourceViewProvider getThreadsView () {
110
+ public PluggableDataSourceViewProvider < Application > getThreadsView () {
111
111
return threadsPluggableView ;
112
112
}
113
113
You can’t perform that action at this time.
0 commit comments