cleanup build
This commit is contained in:
+1
-7
@@ -1,16 +1,10 @@
|
||||
package com.minres.scviewer.database.text;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import com.minres.scviewer.database.RelationType;
|
||||
import com.minres.scviewer.database.tx.ITx;
|
||||
import com.minres.scviewer.database.tx.ITxRelation;
|
||||
|
||||
class TxRelation implements ITxRelation, Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -347668857680574140L;
|
||||
class TxRelation implements ITxRelation {
|
||||
|
||||
final TextDbLoader loader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user