no message
This commit is contained in:
11
src/_VisualDVM/ProjectData/Project/ProjectInfoDBTable.java
Normal file
11
src/_VisualDVM/ProjectData/Project/ProjectInfoDBTable.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package _VisualDVM.ProjectData.Project;
|
||||
import Common.Database.Tables.DBTable;
|
||||
public class ProjectInfoDBTable extends DBTable<String, db_project_info> {
|
||||
public ProjectInfoDBTable() {
|
||||
super(String.class, db_project_info.class);
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
return "проект";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user