no message
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package _VisualDVM.ComponentsServer.BugReportFile;
|
||||
import Common.Database.Tables.iDBTable;
|
||||
public class BugReportFilesDBTable extends iDBTable<BugReportFile> {
|
||||
public BugReportFilesDBTable() {
|
||||
super(BugReportFile.class);
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
return "файл";
|
||||
}
|
||||
@Override
|
||||
public String getPluralDescription() {
|
||||
return "файлы";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user