Skip to content

Commit 6b140d6

Browse files
committed
Improved code layout and two small corrections in the documentation
1 parent a656ff5 commit 6b140d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/java/org/culturegraph/mf/morph/collectors/Choose.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
/**
28-
* Corresponds to the <code>&lt;choose-literal&gt;</code> tag.
28+
* Corresponds to the <code>&lt;choose&gt;</code> tag.
2929
*
3030
* @author Christoph Böhme <[email protected]>, Markus Michael Geipel
3131
*

src/main/java/org/culturegraph/mf/morph/collectors/Combine.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
/**
30-
* Corresponds to the <code>&lt;collect-literal&gt;</code> tag.
30+
* Corresponds to the <code>&lt;collect&gt;</code> tag.
3131
*
3232
* @author Markus Michael Geipel
3333
*/
@@ -59,7 +59,6 @@ protected void receive(final String name, final String value, final NamedValueSo
5959
variables.put(name, value);
6060
sourcesLeft.remove(source);
6161
}
62-
6362

6463
@Override
6564
public void onNamedValueSourceAdded(final NamedValueSource namedValueSource) {

0 commit comments

Comments
 (0)