[ 
https://issues.apache.org/jira/browse/FLINK-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331387#comment-15331387
 ] 

ASF GitHub Bot commented on FLINK-4032:
---------------------------------------

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2084#discussion_r67119787
  
    --- Diff: tools/maven/checkstyle.xml ---
    @@ -60,6 +60,17 @@ under the License.
                        <property name="illegalPattern" value="true"/>
                        <property name="message" value="Use Guava Checks 
instead of Commons Validate. Please refer to the coding guidelines."/>
                </module>
    +           <!-- forbid the use of google.common.base.Preconditions -->
    +           <module name="Regexp">
    +                   <property name="format" value="import 
com\.google\.common\.base\.Preconditions"/>
    +                   <property name="illegalPattern" value="true"/>
    +                   <property name="message" value="Use Flink's 
Preconditions instead of guava's Preconditions"/>
    --- End diff --
    
    `Guava` with capital `G`?


> Replace all usage of Guava Preconditions
> ----------------------------------------
>
>                 Key: FLINK-4032
>                 URL: https://issues.apache.org/jira/browse/FLINK-4032
>             Project: Flink
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to