Thanks to visit codestin.com
Credit goes to jogamp.org

aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/net/java/dev/typecast/ot/table/Feature.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/java/dev/typecast/ot/table/Feature.java')
-rw-r--r--src/main/java/net/java/dev/typecast/ot/table/Feature.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/net/java/dev/typecast/ot/table/Feature.java b/src/main/java/net/java/dev/typecast/ot/table/Feature.java
index d454455..5e4162e 100644
--- a/src/main/java/net/java/dev/typecast/ot/table/Feature.java
+++ b/src/main/java/net/java/dev/typecast/ot/table/Feature.java
@@ -64,7 +64,7 @@ public class Feature {
private int[] _lookupListIndex;
/** Creates new Feature */
- protected Feature(DataInput di) throws IOException {
+ Feature(DataInput di) throws IOException {
_featureParams = di.readUnsignedShort();
_lookupCount = di.readUnsignedShort();
_lookupListIndex = new int[_lookupCount];