no message
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package _VisualDVM.Passes.Server;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Repository.Server.ComponentsServer;
|
||||
public abstract class ComponentsRepositoryPass<T> extends RepositoryPass<ComponentsServer, T> {
|
||||
public ComponentsRepositoryPass() {
|
||||
public abstract class ComponentsRepositoryPass_OLD<T> extends RepositoryPass<ComponentsServer, T> {
|
||||
public ComponentsRepositoryPass_OLD() {
|
||||
super(Global.componentsServer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user