Fix this warning message.
This commit is contained in:
parent
1343a762e8
commit
8115aebc1f
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class IndividualRdfAssembler {
|
|||
stmts.remove();
|
||||
}
|
||||
} else {
|
||||
log.warn("blank node: + stmt");
|
||||
log.warn("blank node: " + stmt);
|
||||
stmts.remove();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue