Skip to content

Commit

Permalink
Updated license header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Apr 9, 2024
1 parent 2f52ccb commit edd76d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2022, Gluon and/or its affiliates.
* Copyright (c) 2017, 2024, Gluon and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
Expand Down Expand Up @@ -62,8 +62,8 @@ public abstract class PreferencesControllerBase {
public static final String HIERARCHY_DISPLAY_OPTION = "HIERARCHY_DISPLAY_OPTION"; //NOI18N
public static final String ACCORDION_ANIMATION = "ACCORDION_ANIMATION"; //NOI18N
public static final String WILDCARD_IMPORT = "WILDCARD_IMPORT"; //NOI18N
public static final String PRESERVE_UNRESOLVED_IMPORTS = "PRESERVE_UNRESOLVED_IMPORTS"; //NOI18N
public static final String ALTERNATE_TEXT_INPUT_PASTE = "ALTERNATE_TEXT_INPUT_PASTE"; //NOI18N
public static final String PRESERVE_UNRESOLVED_IMPORTS = "PRESERVE_UNRESOLVED_IMPORTS"; //NOI18N

// DOCUMENT SPECIFIC PREFERENCES
public static final String PATH = "path"; //NOI18N
Expand Down

0 comments on commit edd76d9

Please sign in to comment.