Skip to content

Commit

Permalink
FbConstraintImporter : remove unused flowBasedDocumentVersion variabl…
Browse files Browse the repository at this point in the history
…e in importNativeCrac method (#1097)
  • Loading branch information
kahyami authored Jul 25, 2024
1 parent be7d4f2 commit 93255d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public String getFormat() {
private FlowBasedConstraintDocument importNativeCrac(InputStream inputStream) {
try {
byte[] bytes = getBytesFromInputStream(inputStream);
int flowBasedDocumentVersion = flowBasedDocumentVersion(new ByteArrayInputStream(bytes));
JAXBContext jaxbContext = JAXBContext.newInstance(FlowBasedConstraintDocument.class);
Unmarshaller jaxbUnmarshaller = jaxbContext.createUnmarshaller();
FlowBasedConstraintDocument document = (FlowBasedConstraintDocument) jaxbUnmarshaller.unmarshal(new ByteArrayInputStream(bytes));
Expand Down

0 comments on commit 93255d0

Please sign in to comment.