harjitdotsingh commented on pull request #2255: URL: https://github.com/apache/accumulo/pull/2255#issuecomment-920200598
No worries let me run it again and see On Wed, Sep 15, 2021 at 12:22 PM Jeffrey Manno ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java > <https://github.com/apache/accumulo/pull/2255#discussion_r709348117>: > > > + String.format("Option -%s is required when using -%s.", scanOptCf.getOpt(), > > + scanOptCq.getOpt()); > > > ⬇️ Suggested change > > - String.format("Option -%s is required when using -%s.", scanOptCf.getOpt(), > > - scanOptCq.getOpt()); > > + String formattedString = String.format("Option -%s is required when using -%s.", > > + scanOptCf.getOpt(), scanOptCq.getOpt()); > > > This should fix the formatting but feel free to format on your end > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/accumulo/pull/2255#pullrequestreview-755340282>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAASJ7XRGHT7U7OJ3WUM4JLUCDB3HANCNFSM5DGYZX4A> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
