jkube icon indicating copy to clipboard operation
jkube copied to clipboard

BaseGenerator: Unused import 'import java.util.Collections;'

Open manusa opened this issue 5 months ago • 7 comments

Description

The class BaseGenerator presents the issue: Unused import 'import java.util.Collections;'.

The following line: https://github.com/eclipse-jkube/jkube/blob/36a35f6851bb2aa025f6d03c89a179590761ddd6/jkube-kit/generator/api/src/main/java/org/eclipse/jkube/generator/api/support/BaseGenerator.java#L19 should be removed.

:red_circle: Before you start :red_circle:

:point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down:

Make sure you read the contributing guide first.

Pay special attention to the ECA agreement section and the requirement to sign-off your commit.

This is a first-timers-only issue. These issues are especially created for contributors who are contributing to the project for the first time.

If you have already contributed to this project in the past, please don't ask to be assigned one of these issues and look for good-first-issues or help-wanted issues instead in order to continue you contributor journey in the project.

manusa avatar Sep 18 '24 10:09 manusa