Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alapha23 committed Apr 17, 2019
1 parent 303f1cd commit af63dcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@

import org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty;


public final class ResourceLambdaProperty extends VertexExecutionProperty<ResourceLambdaProperty.Value>{
/**
* Maintainer: Gao Zhiyuan<alapha23@gmail.com>.
* Resource property supporting Lambda Pass
*/
public final class ResourceLambdaProperty extends VertexExecutionProperty<ResourceLambdaProperty.Value> {
/**
* Constructor.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
import org.apache.nemo.common.ir.IRDAG;
import org.apache.nemo.common.ir.vertex.executionproperty.ResourceLambdaProperty;

/*
/**
* Lambda Pass
* Maintainer: Gao Zhiyuan
* Maintainer: Gao Zhiyuan<alapha23@gmail.com>.
* Description: A part of lambda executor, assigning LambdaResourceProperty
*/

@Annotates(ResourceLambdaProperty.class)
public final class LambdaPass extends AnnotatingPass {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import org.apache.nemo.compiler.optimizer.pass.compiletime.composite.DefaultCompositePass;
import org.apache.nemo.compiler.optimizer.pass.runtime.Message;

/*
/**
* Lambda Policy
* Maintainer: Gao Zhiyuan
* Maintainer: Gao Zhiyuan<alapha23@gmail.com>.
* Description: A part of lambda executor, to support Lambda policy.
*/
public final class LambdaPolicy implements Policy {
Expand Down

0 comments on commit af63dcd

Please sign in to comment.