Skip to content

Commit

Permalink
Correct space
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Jun 21, 2022
1 parent 9b4a647 commit ea24199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private void doBindOrRebind(String name, Object obj, boolean rebind)
if (!rebind) {
if (bindings.get(name) != null) {
throw new NameAlreadyBoundException(
"Use rebind to override name" + name);
"Use rebind to override name " + name);
}
}
bindings.put(name, obj);
Expand Down

0 comments on commit ea24199

Please sign in to comment.