Skip to content

Commit 43d07c7

Browse files
[pdf2htmlEX_exe] Expose m_arguments. I have a feeling this could be problematic.
1 parent 49c83c0 commit 43d07c7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex/pdf2htmlEX_exe.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
@Deprecated
3939
public class pdf2htmlEX_exe extends pdf2htmlEX {
4040

41-
private final Map<String, String> m_arguments = new LinkedHashMap<>();
41+
/*
42+
* @deprecated m_arguments is exposed, but take caution not to mess it up too much.
43+
*/
44+
@Deprecated
45+
protected final Map<String, String> m_arguments = new LinkedHashMap<>();
4246

4347
private final String[] m_argumentsPrefix;
4448

0 commit comments

Comments
 (0)