summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java')
-rw-r--r--Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java b/Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java
index ab65d64bbf5..02b28fe726f 100644
--- a/Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java
+++ b/Master/texmf-dist/source/support/texosquery/java/TeXOSQueryJRE8.java
@@ -33,6 +33,16 @@ public class TeXOSQueryJRE8 extends TeXOSQuery
super("texosquery-jre8");
}
+ /**
+ * Fallback for openin_any if not found.
+ * @since 1.2.2
+ * @Override
+ */
+ public char openinFallbackValue()
+ {
+ return OPENIN_P;
+ }
+
/**
* Converts the given directory to a canonical path
* and checks to make sure it has a parent directory.