Polishing contribution
Closes gh-34942
This commit is contained in:
@@ -156,7 +156,7 @@ public abstract class AbstractResourceBasedMessageSource extends AbstractMessage
|
||||
* Return whether to fall back to the system Locale if no files for a specific
|
||||
* Locale have been found.
|
||||
* @since 4.3
|
||||
* @deprecated as of 5.2.2, in favor of {@link #getDefaultLocale()}
|
||||
* @deprecated in favor of {@link #getDefaultLocale()}
|
||||
*/
|
||||
@Deprecated(since = "5.2.2")
|
||||
protected boolean isFallbackToSystemLocale() {
|
||||
|
||||
@@ -299,8 +299,7 @@ public class ThreadPoolTaskScheduler extends ExecutorConfigurationSupport
|
||||
/**
|
||||
* Return the current setting for the remove-on-cancel mode.
|
||||
* <p>Requires an underlying {@link ScheduledThreadPoolExecutor}.
|
||||
* @deprecated as of 5.3.9, in favor of direct
|
||||
* {@link #getScheduledThreadPoolExecutor()} access
|
||||
* @deprecated in favor of direct {@link #getScheduledThreadPoolExecutor()} access
|
||||
*/
|
||||
@Deprecated(since = "5.3.9")
|
||||
public boolean isRemoveOnCancelPolicy() {
|
||||
|
||||
Reference in New Issue
Block a user