Skip to content

Reduce build warnings #1050

@dbwiddis

Description

@dbwiddis

Make the following changes to reduce the number of warnings seen on a gradle build:

  • In formatter/formatting.gradle, indentWithSpaces is deprecated, use leadingTabsToSpaces
  • Since ApiSpecFetcher, TenantAwareHelper, and WorkflowTimeoutUtility all use only static fields and methods, add a private no-arg constructor to prevent instantiating these classes
  • In EncryptorUtils since DEFAULT_TENANT_ID is only used inside this class, make it private

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions