Skip to content

Commit a016b23

Browse files
committed
Create jdom package
The `jdom` package contains modules for working with JDOM documents.
1 parent 042c158 commit a016b23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/java/org/culturegraph/mf/stream/converter/JDomDocumentToStream.java renamed to src/main/java/org/culturegraph/mf/jdom/JDomDocumentToStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.culturegraph.mf.stream.converter;
16+
package org.culturegraph.mf.jdom;
1717

1818
import org.culturegraph.mf.framework.FluxCommand;
1919
import org.culturegraph.mf.framework.ObjectPipe;

src/main/java/org/culturegraph/mf/stream/converter/StreamToJDomDocument.java renamed to src/main/java/org/culturegraph/mf/jdom/StreamToJDomDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.culturegraph.mf.stream.converter;
16+
package org.culturegraph.mf.jdom;
1717

1818
import java.io.IOException;
1919
import java.util.HashMap;

src/main/resources/flux-commands.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ encode-json org.culturegraph.mf.stream.converter.JsonEncoder
6666
encode-pica org.culturegraph.mf.stream.converter.bib.pica.PicaEncoder
6767
encode-marc21 org.culturegraph.mf.stream.converter.bib.Marc21Encoder
6868

69-
to-jdom-document org.culturegraph.mf.stream.converter.StreamToJDomDocument
70-
from-jdom-document org.culturegraph.mf.stream.converter.JDomDocumentToStream
69+
to-jdom-document org.culturegraph.mf.jdom.StreamToJDomDocument
70+
from-jdom-document org.culturegraph.mf.jdom.JDomDocumentToStream
7171

7272
write org.culturegraph.mf.io.ObjectWriter
7373
write-triples org.culturegraph.mf.triples.TripleWriter

0 commit comments

Comments
 (0)