упорядочил папки с кодом.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
public class ShowParallelVariantsCoverage extends GenerateParallelVariants {
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/VariantsCoverage.png";
|
||||
}
|
||||
@Override
|
||||
public String getButtonText() {
|
||||
return "";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return super.canStart(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user