Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ public Builder<T> creating(final T instance) {
* Use {@link Unmanaged} to create/destroy the bean instance.
*
* <p>
* 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.
* </p>
Expand Down
Loading