Skip to content

Commit dc3a892

Browse files
vladakahornace
authored andcommitted
lower the visibility of the DEFINITION_STYLES array
1 parent c389802 commit dc3a892

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/analysis

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/XrefStyle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class XrefStyle {
4949
/**
5050
* Description of styles to use for different types of definitions.
5151
*/
52-
public static final XrefStyle[] DEFINITION_STYLES = {
52+
protected static final XrefStyle[] DEFINITION_STYLES = {
5353
new XrefStyle("macro", "xm", "Macro"),
5454
new XrefStyle("argument", "xa", null),
5555
new XrefStyle("local", "xl", null),

0 commit comments

Comments
 (0)