Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Jun 19, 2013
1 parent 216f5c6 commit 129732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/DependencyGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public int compare(DependencyGroup lhs, DependencyGroup rhs) {
public static final DependencyGraph EMPTY = new DependencyGraph(false);

/**
* Compare to Projects based on the topological order defined by this Dependency Graph
* Compare two Projects based on the topological order defined by this Dependency Graph
*/
public int compare(AbstractProject o1, AbstractProject o2) {
Set<AbstractProject> o1sdownstreams = getTransitiveDownstream(o1);
Expand Down

0 comments on commit 129732d

Please sign in to comment.