Skip to content

Commit fb9602a

Browse files
author
mgeipel
committed
some warnings removed
1 parent 197c7c7 commit fb9602a

File tree

3 files changed

+199
-218
lines changed

3 files changed

+199
-218
lines changed

src/main/java/org/culturegraph/mf/morph/Metamorph.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public final class Metamorph implements StreamPipe<StreamReceiver>, NamedValueRe
5757

5858
private final Registry<NamedValueReceiver> dataRegistry = MorphCollectionFactory.createRegistry();
5959
private final List<NamedValueReceiver> elseSources = MorphCollectionFactory.createList();
60-
61-
//rivate final Registry<FlushListener> entityEndListenerRegistry = new WildcardRegistry<FlushListener>();
6260

6361
private final MultiMap multiMap = MorphCollectionFactory.createMultiMap();
6462
private final List<Closeable> resources = MorphCollectionFactory.createList();
@@ -137,9 +135,6 @@ public void setErrorHandler(final MorphErrorHandler errorHandler) {
137135
}
138136

139137
protected void registerNamedValueReceiver(final String source, final NamedValueReceiver data) {
140-
141-
//final String path = data.getSource();
142-
143138
if (ELSE_KEYWORD.equals(source)) {
144139
elseSources.add(data);
145140
} else {

src/main/java/org/culturegraph/mf/stream/converter/StreamToJDomDocument.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@
1515
*/
1616
package org.culturegraph.mf.stream.converter;
1717

18-
/*
19-
* Copyright 2013 Deutsche Nationalbibliothek
20-
*
21-
* Licensed under the Apache License, Version 2.0 the "License";
22-
* you may not use this file except in compliance with the License.
23-
* You may obtain a copy of the License at
24-
*
25-
* http://www.apache.org/licenses/LICENSE-2.0
26-
*
27-
* Unless required by applicable law or agreed to in writing, software
28-
* distributed under the License is distributed on an "AS IS" BASIS,
29-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30-
* See the License for the specific language governing permissions and
31-
* limitations under the License.
32-
*/
3318
import java.util.HashMap;
3419
import java.util.Map;
3520
import java.util.Map.Entry;

0 commit comments

Comments
 (0)