Skip to content

Commit 48d6c76

Browse files
Update PDOptionalContentProperties.java
1 parent e86e4bf commit 48d6c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/verapdf/pd/optionalcontent/PDOptionalContentProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean isVisibleLayer(String name) {
7777
return true;
7878
}
7979

80-
public static boolean isDContainsOCGWithName(COSDictionary dict, ASAtom state, String name) {
80+
private static boolean isDContainsOCGWithName(COSDictionary dict, ASAtom state, String name) {
8181
COSObject cosObject = dict.getKey(state);
8282
if (cosObject != null && cosObject.getType() == COSObjType.COS_ARRAY) {
8383
for (COSObject obj : (COSArray) cosObject.getDirectBase()) {

0 commit comments

Comments
 (0)