Skip to content

Commit

Permalink
Fix type of GFSEMathMLStructElem
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Feb 19, 2024
1 parent 747525a commit 54b0962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class GFSEMathMLStructElem extends GFPDStructElem implements SEMathMLStructElem {

public static final String MATH_ML_STRUCTURE_ELEMENT_TYPE = "GFSEMathMLStructElem";
public static final String MATH_ML_STRUCTURE_ELEMENT_TYPE = "SEMathMLStructElem";

public GFSEMathMLStructElem(PDStructElem structElemDictionary) {
super(structElemDictionary, TaggedPDFConstants.MATH_ML, MATH_ML_STRUCTURE_ELEMENT_TYPE);
Expand Down

0 comments on commit 54b0962

Please sign in to comment.