Skip to content

Commit

Permalink
gh-1612 - missing javadoc added
Browse files Browse the repository at this point in the history
  • Loading branch information
m607123 committed Jan 11, 2018
1 parent 73b045f commit 84a3de5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import uk.gov.gchq.gaffer.data.graph.Walk;
import uk.gov.gchq.koryphe.function.KorypheFunction;

/**
* An {@code ExtractWalkVertex} is a utility {@link KorypheFunction},
* for simplifying the extraction of the starting Vertex from a {@link Walk} object.
*/
public class ExtractWalkVertex extends KorypheFunction<Walk, Object> {
@Override
public Object apply(final Walk walk) {
Expand Down

0 comments on commit 84a3de5

Please sign in to comment.