Skip to content

Commit 3fed0fd

Browse files
fschleichCopilot
andauthored
Update src/main/java/com/netflix/imflibrary/st0377/header/GenericInterchangeObject.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e0131a9 commit 3fed0fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/netflix/imflibrary/st0377/header/GenericInterchangeObject.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ public MXFUID getInstanceUID() {
5757
}
5858
}
5959

60+
private final GenericInterchangeObjectBO genericInterchangeObjectBO;
61+
6062
/**
6163
* @param genericInterchangeObjectBO the byte-object for this generic set
6264
*/
6365
public GenericInterchangeObject(GenericInterchangeObjectBO genericInterchangeObjectBO) {
6466
// placeholder for unknown structural metadata sets; no parent constructor
67+
this.genericInterchangeObjectBO = genericInterchangeObjectBO;
6568
}
6669
}

0 commit comments

Comments
 (0)