[ https://issues.apache.org/jira/browse/FLINK-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15739414#comment-15739414 ]
ASF GitHub Bot commented on FLINK-5104: --------------------------------------- Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2985 I noticed that `Graph` has the following implementation of the `validate` method: ```java public Boolean validate(GraphValidator<K, VV, EV> validator) throws Exception { return validator.validate(this); } ``` What is the reason for returning `Boolean` instead of `boolean` here (GraphValidator returns `boolean`)? Shouldn't we change the return value to `boolean`? > Implement BipartiteGraph validator > ---------------------------------- > > Key: FLINK-5104 > URL: https://issues.apache.org/jira/browse/FLINK-5104 > Project: Flink > Issue Type: Sub-task > Components: Gelly > Reporter: Ivan Mushketyk > Assignee: Ivan Mushketyk > > BipartiteGraph should have a validator similar to GraphValidator for Graph > class. -- This message was sent by Atlassian JIRA (v6.3.4#6332)