упорядочил папки с кодом.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Global;
|
||||
import TestingSystem.Common.Group.Group;
|
||||
import TestingSystem.Common.TestingServer;
|
||||
import Visual_DVM_2021.Passes.Server.PublishServerObject;
|
||||
public class PublishGroup extends PublishServerObject<TestingServer, Group> {
|
||||
public PublishGroup() {
|
||||
super(Global.testingServer, Group.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user