рефакторинг. вынес часть иконок в общую часть
This commit is contained in:
@@ -9,10 +9,10 @@ import _VisualDVM.ProjectData.Files.DBProjectFile;
|
||||
public class SPF_GetGCovInfo extends SilentSapforPass {
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/NotPick.png";
|
||||
return "/Common/icons/NotPick.png";
|
||||
}
|
||||
protected String getDoneIconPath() {
|
||||
return "/icons/Pick.png";
|
||||
return "/Common/icons/Pick.png";
|
||||
}
|
||||
@Override
|
||||
public boolean hasStats() {
|
||||
|
||||
Reference in New Issue
Block a user