Fix double "the" typo everywhere in source code

This commit is contained in:
Rémi Kaeffer
2021-08-21 12:43:29 +02:00
committed by Mahmoud Ben Hassine
parent 637226064c
commit a6d68138ff
8 changed files with 18 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2021 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,7 +18,7 @@ package org.springframework.batch.core;
/**
* Exception to indicate the the job has been interrupted. The exception state
* Exception to indicate the job has been interrupted. The exception state
* indicated is not normally recoverable by batch application clients, but
* internally it is useful to force a check. The exception will often be wrapped
* in a runtime exception (usually {@link UnexpectedJobExecutionException} before

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2021 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.
@@ -46,7 +46,7 @@ public class JobParameterExecutionContextCopyListener extends StepExecutionListe
/**
* Copy attributes from the {@link JobParameters} to the {@link Step}
* {@link ExecutionContext}, if not already present. The the key is already
* {@link ExecutionContext}, if not already present. The key is already
* present we assume that a restart is in operation and the previous value
* is needed. If the provided keys are empty defaults to copy all keys in
* the {@link JobParameters}.