refactoring

This commit is contained in:
Art Lowel
2017-05-04 13:44:14 +02:00
parent 2a2bb36692
commit d3f478ef0f
19 changed files with 129 additions and 216 deletions

View File

@@ -1,8 +1,6 @@
import { inheritSerialization } from "cerialize";
import { DSpaceObject } from "./dspace-object.model";
import { Bundle } from "./bundle.model";
@inheritSerialization(DSpaceObject)
export class Bitstream extends DSpaceObject {
/**