Skip to content

Conversation

@axshani
Copy link
Contributor

@axshani axshani commented Jan 16, 2024

No description provided.

@axshani axshani merged commit 363230a into main Jan 17, 2024
package org.openapitools.client.model;

import java.util.Objects;
import java.util.*;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would only bring in what u need - setup ur intellij code style to not do this. These are massive packages in some cases

}
}

if(this.tags != null){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inconsistent formatting can be resolved nicely with this plugin if you wish to add.
https://github.com/diffplug/spotless/blob/main/plugin-maven/README.md

public List<Pair> toParams() {
List<Pair> params = new ArrayList<>();

if (this.accountId != null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if it is blank or whitespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants