diff --git a/.github/project.yml b/.github/project.yml index e01db8d..7e63014 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 b94a1dd..0eee1a4 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. *