Skip to content

Commit

Permalink
Restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredo Erxleben committed Apr 10, 2014
1 parent 0d214bb commit 00ac0ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import org.wikidata.wdtk.datamodel.interfaces.EntityDocumentProcessor;
import org.wikidata.wdtk.datamodel.interfaces.ItemDocument;
import org.wikidata.wdtk.datamodel.interfaces.PropertyDocument;
import org.wikidata.wdtk.dumpfiles.jsonConverter.JsonConverter;

/**
* A revision processor that processes Wikibase entity content from a dump file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wikidata.wdtk.dumpfiles;
package org.wikidata.wdtk.dumpfiles.jsonConverter;

/*
* #%L
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wikidata.wdtk.dumpfiles;
package org.wikidata.wdtk.dumpfiles.jsonConverter;

/*
* #%L
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wikidata.wdtk.dumpfiles;
package org.wikidata.wdtk.dumpfiles.jsonConverter;

/*
* #%L
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
import org.wikidata.wdtk.datamodel.interfaces.StatementGroup;
import org.wikidata.wdtk.datamodel.interfaces.StatementRank;
import org.wikidata.wdtk.datamodel.interfaces.Value;
import org.wikidata.wdtk.dumpfiles.jsonConverter.JsonConverter;
import org.wikidata.wdtk.testing.MockStringContentFactory;

/**
Expand Down

0 comments on commit 00ac0ea

Please sign in to comment.