@@ -148,7 +148,7 @@ public void issue330ShouldOptionallyRecognizeRecordsWithoutNamespace()
148
148
149
149
@ Test
150
150
public void shouldRecognizeRecordsWithoutNamespace ()
151
- throws SAXException {
151
+ throws SAXException {
152
152
final AttributesImpl attributes = new AttributesImpl ();
153
153
154
154
marcXmlHandler .setNamespace ("" );
@@ -164,7 +164,7 @@ public void shouldRecognizeRecordsWithoutNamespace()
164
164
165
165
@ Test
166
166
public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace ()
167
- throws SAXException {
167
+ throws SAXException {
168
168
final AttributesImpl attributes = new AttributesImpl ();
169
169
170
170
marcXmlHandler .setNamespace ("" );
@@ -176,7 +176,7 @@ public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace
176
176
177
177
@ Test
178
178
public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace ()
179
- throws SAXException {
179
+ throws SAXException {
180
180
final AttributesImpl attributes = new AttributesImpl ();
181
181
182
182
marcXmlHandler .setIgnoreNamespace (true );
@@ -192,7 +192,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace()
192
192
193
193
@ Test
194
194
public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependently ()
195
- throws SAXException {
195
+ throws SAXException {
196
196
final AttributesImpl attributes = new AttributesImpl ();
197
197
198
198
marcXmlHandler .setIgnoreNamespace (true );
@@ -209,7 +209,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependen
209
209
210
210
@ Test
211
211
public void issue569ShouldNotRecognizeRecordsWithAndWithoutNamespace ()
212
- throws SAXException {
212
+ throws SAXException {
213
213
final AttributesImpl attributes = new AttributesImpl ();
214
214
215
215
marcXmlHandler .setIgnoreNamespace (false );
0 commit comments