wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r268669842
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/vertex/executionproperty/ResourceSlotProperty.java
##########
@@ -43,7 +43,7 @@ private ResourceSlotProperty(final boolean value) {
* @param value value of the new execution property
* @return the execution property
*/
- public static ResourceSlotProperty of(final boolean value) {
+ public static ResourceSlotProperty of(final Boolean value) {
Review comment:
Any reason to change it?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services