From 335af9a12060422a098e7e5c94a0079f54639179 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 3 Feb 2022 09:26:08 -0800 Subject: [PATCH] Clean up POM --- pom.xml | 16 +--------------- .../yaml/snakeyaml/constructor/Constructor.java | 4 ++-- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 53085bb4..0db6e2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ hpi ${revision}${changelist} Pipeline Utility Steps - https://github.com/jenkinsci/pipeline-utility-steps-plugin + https://github.com/jenkinsci/${project.artifactId}-plugin @@ -164,18 +164,4 @@ https://repo.jenkins-ci.org/public/ - - - - jdk11 - - - none - true - - - 11 - - - diff --git a/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/shaded/org/yaml/snakeyaml/constructor/Constructor.java b/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/shaded/org/yaml/snakeyaml/constructor/Constructor.java index 5e67003f..f6cc76de 100644 --- a/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/shaded/org/yaml/snakeyaml/constructor/Constructor.java +++ b/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/shaded/org/yaml/snakeyaml/constructor/Constructor.java @@ -125,8 +125,8 @@ private static final String check(String s) { * * @param definition * to be added to the Constructor - * @return the previous value associated with definition, or - * null if there was no mapping for definition. + * @return the previous value associated with {@code definition}, or + * {@code null} if there was no mapping for {@code definition}. */ public TypeDescription addTypeDescription(TypeDescription definition) { if (definition == null) {