You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Make the following changes to reduce the number of warnings seen on a gradle build:
formatter/formatting.gradle,indentWithSpacesis deprecated, useleadingTabsToSpacesApiSpecFetcher,TenantAwareHelper, andWorkflowTimeoutUtilityall use onlystaticfields and methods, add a private no-arg constructor to prevent instantiating these classesEncryptorUtilssinceDEFAULT_TENANT_IDis only used inside this class, make it private