Skip to content

Comments

ServiceBu: CheckStyle Part 5#3575

Merged
mssfang merged 5 commits intoAzure:masterfrom
mssfang:ServiceBus-CheckStyle-5
May 16, 2019
Merged

ServiceBu: CheckStyle Part 5#3575
mssfang merged 5 commits intoAzure:masterfrom
mssfang:ServiceBus-CheckStyle-5

Conversation

@mssfang
Copy link
Contributor

@mssfang mssfang commented May 7, 2019

PR contains only CheckStyle errors and warning fixes.

  • no new line for bracket
  • renaming private final field with capital letters
  • unable import *
  • delete redundant public modifier of constructor in package private class
  • spacing
  • modifier ordering: final static to static final

@mssfang mssfang added Service Bus Client This issue points to a problem in the data-plane of the library. labels May 7, 2019
@mssfang mssfang requested review from conniey and yvgopal May 7, 2019 17:58
@mssfang mssfang self-assigned this May 7, 2019
@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@mssfang mssfang changed the title ServiceBu: CheckStyle part 5 ServiceBu: CheckStyle Part 5 May 7, 2019
static int SUPPORTED_SAS_KEY_LENGTH = 44;
static String FIXED_CLAIM_TYPE = "SharedAccessKey";
static int supportedSasKeyLength = 44;
static String fixedClaimType = "SharedAccessKey";
Copy link
Member

@yvgopal yvgopal May 15, 2019

Choose a reason for hiding this comment

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

change them to final and keep all caps.

Copy link
Member

@yvgopal yvgopal left a comment

Choose a reason for hiding this comment

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

:shipit:

@mssfang mssfang merged commit 4bf9b8e into Azure:master May 16, 2019
@mssfang mssfang deleted the ServiceBus-CheckStyle-5 branch May 23, 2019 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client This issue points to a problem in the data-plane of the library. Service Bus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants