Skip to content

Commit

Permalink
Remove recently added unused constant in DataProviderParameterUtils
Browse files Browse the repository at this point in the history
No need to add APIs if not needed.

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Oct 22, 2024
1 parent f2c6cfd commit 1ce9d76
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ public enum Direction {
PREVIOUS
}

/**
* Key for configuration type ID
*
* @since 9.5
*/
public static final String CONFIGURATION_TYPE_ID = "typeId"; //$NON-NLS-1$

private DataProviderParameterUtils() {
// Private constructor
}
Expand Down

0 comments on commit 1ce9d76

Please sign in to comment.