Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Sep 14, 2024
1 parent ba20155 commit 3a8140c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class LibStandardNames {
static final String FIELD_SEPARATOR= "separator"; //$NON-NLS-1$
static final String METHOD_FOREACH= "forEach"; //$NON-NLS-1$
static final String METHOD_VERSION= "version"; //$NON-NLS-1$
static final String METHOD_TOSTRING= "toString"; //$NON-NLS-1$
static final String METHOD_FEATURE= "feature"; //$NON-NLS-1$
public static final String METHOD_WARNING= "warning"; //$NON-NLS-1$
public static final String METHOD_ERROR= "error"; //$NON-NLS-1$
Expand Down

0 comments on commit 3a8140c

Please sign in to comment.