Skip to content

Commit

Permalink
small tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Apr 17, 2012
1 parent 804c967 commit d338663
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -273,7 +273,7 @@ public <T> GremlinPipeline<S, T> step(final Pipe<E, T> pipe) {
/**
* Add an IfThenElsePipe to the end of the Pipeline.
* If the ifFunction is true, then the results of the thenFunction are emitted.
* If the ifFunction is true, then the results of the elseFunction are emitted.
* If the ifFunction is false, then the results of the elseFunction are emitted.
*
* @param ifFunction the function denoting the "if" part of the pipe
* @param thenFunction the function denoting the "then" part of the pipe
Expand Down

0 comments on commit d338663

Please sign in to comment.