Skip to content

Commit 2ba3043

Browse files
committed
Move NullFilter to new package structure
1 parent c282c74 commit 2ba3043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/culturegraph/mf/stream/pipe/NullFilter.java renamed to src/main/java/org/culturegraph/mf/mangling/NullFilter.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.pipe;
16+
package org.culturegraph.mf.mangling;
1717

1818
import org.culturegraph.mf.framework.StreamReceiver;
1919
import org.culturegraph.mf.framework.annotations.Description;

src/test/java/org/culturegraph/mf/stream/pipe/NullFilterTest.java renamed to src/test/java/org/culturegraph/mf/mangling/NullFilterTest.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.pipe;
16+
package org.culturegraph.mf.mangling;
1717

1818
import static org.mockito.Mockito.inOrder;
1919
import static org.mockito.Mockito.verifyNoMoreInteractions;

0 commit comments

Comments
 (0)