Skip to content

Commit

Permalink
Fix wrong statement in Javadoc of SimplePartitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
quaff committed Feb 26, 2025
1 parent a79b6f7 commit 62bec5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2013 the original author or authors.
* Copyright 2006-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
* Simplest possible implementation of {@link Partitioner}. Just creates a set of empty
* {@link ExecutionContext} instances, and labels them as
* <code>{partition0, partition1, ..., partitionN}</code>, where <code>N</code> is the
* grid size.
* grid size - 1.
*
* @author Dave Syer
* @since 2.0
Expand Down

0 comments on commit 62bec5c

Please sign in to comment.