From 59d190c035963341682cab3b9be8eb4fb8f7b508 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Wed, 21 May 2025 10:06:50 +0200 Subject: [PATCH] Correct javadoc reference, trigger release of 5.0.1.Final --- .github/project.yml | 3 +-- junit-common/src/main/java/org/jboss/weld/junit/MockBean.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index e01db8d9..7e63014b 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,5 +1,4 @@ name: Weld Parent release: current-version: 5.0.1.Final - next-version: 5.0.2-SNAPSHOT - + next-version: 5.0.2-SNAPSHOT \ No newline at end of file diff --git a/junit-common/src/main/java/org/jboss/weld/junit/MockBean.java b/junit-common/src/main/java/org/jboss/weld/junit/MockBean.java index b94a1dda..0eee1a43 100644 --- a/junit-common/src/main/java/org/jboss/weld/junit/MockBean.java +++ b/junit-common/src/main/java/org/jboss/weld/junit/MockBean.java @@ -556,7 +556,7 @@ public Builder creating(final T instance) { * Use {@link Unmanaged} to create/destroy the bean instance. * *

- * NOTE: {@link CreationalContext#toString()} is used as a key in a map and therefore must be unique for the lifetime of + * NOTE: {@code CreationalContext#toString()} is used as a key in a map and therefore must be unique for the lifetime of * a bean instance. Weld * implementation fulfills this requirement. *