Skip to content

Commit

Permalink
style(lint): Don't know what the linter wants at this point..
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Genov <[email protected]>
  • Loading branch information
Michaelpalacce committed Jan 14, 2025
1 parent c6d4168 commit 1d5e6b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
import com.vmware.pscoe.iac.artifact.aria.rest.RestClientVraNg;

public class VraNgReleaseManager {
private static int THIRD_SEGMENT = 3;
private static int SECOND_SEGMENT = 2;
private static int FIRST_SEGMENT = 1;
private static final int THIRD_SEGMENT = 3;
private static final int SECOND_SEGMENT = 2;
private static final int FIRST_SEGMENT = 1;

RestClientVraNg restClient;

Expand Down

0 comments on commit 1d5e6b2

Please sign in to comment.