Skip to content

PodExecutor: Unnecessary semicolon ';' #3617

@manusa

Description

@manusa

Description

The class PodExecutor presents the issue: Unnecessary semicolon ';'.

The following line:

ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();

should be changed to:

        ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream()

🔴 Before you start 🔴

👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    first-timers-onlyIs this your first time contributing? This could be a good place to start!good first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions