File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
java/org/culturegraph/mf/jdom Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .jdom ;
17
17
18
18
import org .culturegraph .mf .framework .FluxCommand ;
19
19
import org .culturegraph .mf .framework .ObjectPipe ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .jdom ;
17
17
18
18
import java .io .IOException ;
19
19
import java .util .HashMap ;
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ encode-json org.culturegraph.mf.stream.converter.JsonEncoder
66
66
encode-pica org.culturegraph.mf.stream.converter.bib.pica.PicaEncoder
67
67
encode-marc21 org.culturegraph.mf.stream.converter.bib.Marc21Encoder
68
68
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
71
71
72
72
write org.culturegraph.mf.io.ObjectWriter
73
73
write-triples org.culturegraph.mf.triples.TripleWriter
You can’t perform that action at this time.
0 commit comments