Polish "Improve ExitCodeGenerator doc"
Closes gh-9740
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2016 the original author or authors.
|
||||
* Copyright 2012-2017 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.
|
||||
@@ -18,8 +18,7 @@ package org.springframework.boot;
|
||||
|
||||
/**
|
||||
* Interface used to generate an 'exit code' from a running command line
|
||||
* {@link SpringApplication}. Since 1.3.2 this interface can be used on exceptions as well
|
||||
* as directly on beans.
|
||||
* {@link SpringApplication}. Can be used on exceptions as well as directly on beans.
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @see SpringApplication#exit(org.springframework.context.ApplicationContext,
|
||||
|
||||
Reference in New Issue
Block a user