Commit 40125b2
Bugfix for RdfMacroPipe
Empty name parameter in literal(..)-method resulted in an
StringIndexOutOfBoundsException. The parameter is checked with
org.apache.commons.lang.StringUtils now and so the use of empty name
parameter is possible again.1 parent de3bbcd commit 40125b2
File tree
1 file changed
+2
-1
lines changed- src/main/java/org/culturegraph/mf/stream/pipe
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments