We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92b823 commit db3bae2Copy full SHA for db3bae2
src/test/java/org/culturegraph/mf/stream/pipe/bib/OreAggregationAdderTest.java
@@ -15,11 +15,14 @@
15
*/
16
package org.culturegraph.mf.stream.pipe.bib;
17
18
+import org.culturegraph.mf.stream.pipe.OreAggregationAdder;
19
import org.culturegraph.mf.test.TestSuite;
20
import org.junit.runner.RunWith;
21
22
23
/**
24
+ * Tests {@link OreAggregationAdder}
25
+ *
26
* @author Markus Michael Geipel
27
28
@RunWith(TestSuite.class)
0 commit comments