Skip to content

Commit

Permalink
Resolve javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 19, 2024
1 parent 351d08c commit 52f8f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jenkinsci/plugins/gitclient/GitClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ List<String> showRevision(ObjectId from, ObjectId to, Boolean useRawOutput)
* @param configLevel the config level to use can be null and default will ${{@link ConfigLevel#LOCAL}}
* @param key configuration section ${code user.name} format section[.subsection].name
* @param value configuration value
* @throws GitException
* @throws InterruptedException
* @throws GitException on Git exception
* @throws InterruptedException on thread interruption
*/
void config(ConfigLevel configLevel, String key, String value) throws GitException, InterruptedException;

Expand Down

0 comments on commit 52f8f9e

Please sign in to comment.