Commit 25a72943 authored by Phillip Webb's avatar Phillip Webb

Make ExitCodeGenerators package-private

ExitCodeGenerators is not going to be immediately used by spring-task so
it can remain package-private for now.

See gh-4757
parent 5abe8121
......@@ -29,11 +29,10 @@ import org.springframework.util.Assert;
*
* @author Dave Syer
* @author Phillip Webb
* @since 1.3.1
* @see #getExitCode()
* @see ExitCodeGenerator
*/
public class ExitCodeGenerators implements Iterable<ExitCodeGenerator> {
class ExitCodeGenerators implements Iterable<ExitCodeGenerator> {
private List<ExitCodeGenerator> generators = new ArrayList<ExitCodeGenerator>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment