Skip to content

Commit dea1cea

Browse files
committed
Use the minus sign instead of a dash.
1 parent e43a57c commit dea1cea

File tree

1 file changed

+2
-2
lines changed
  • chemclipse/plugins/org.eclipse.chemclipse.msd.model/src/org/eclipse/chemclipse/msd/model/core

1 file changed

+2
-2
lines changed

chemclipse/plugins/org.eclipse.chemclipse.msd.model/src/org/eclipse/chemclipse/msd/model/core/Polarity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2023, 2025 Lablicate GmbH.
2+
* Copyright (c) 2023, 2026 Lablicate GmbH.
33
*
44
* This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License 2.0
@@ -17,7 +17,7 @@
1717
public enum Polarity implements ILabel {
1818

1919
POSITIVE("+"), //
20-
NEGATIVE("-"), //
20+
NEGATIVE(""), //
2121
NONE("");
2222

2323
private String label;

0 commit comments

Comments
 (0)