Polish contribution

See gh-25875
This commit is contained in:
Stephane Nicoll
2021-04-04 11:15:49 +02:00
parent 852e5778a3
commit db3dfffdca
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-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.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-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.

View File

@@ -21,7 +21,7 @@ import de.flapdoodle.embed.process.config.store.IDownloadConfig;
/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link IDownloadConfig} via an {@link DownloadConfigBuilder} whilst retaining default
* {@link IDownloadConfig} via a {@link DownloadConfigBuilder} whilst retaining default
* auto-configuration.
*
* @author Michael Gmeiner