@@ -148,7 +148,7 @@ public void issue330ShouldOptionallyRecognizeRecordsWithoutNamespace()
148148
149149 @ Test
150150 public void shouldRecognizeRecordsWithoutNamespace ()
151- throws SAXException {
151+ throws SAXException {
152152 final AttributesImpl attributes = new AttributesImpl ();
153153
154154 marcXmlHandler .setNamespace ("" );
@@ -164,7 +164,7 @@ public void shouldRecognizeRecordsWithoutNamespace()
164164
165165 @ Test
166166 public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace ()
167- throws SAXException {
167+ throws SAXException {
168168 final AttributesImpl attributes = new AttributesImpl ();
169169
170170 marcXmlHandler .setNamespace ("" );
@@ -176,7 +176,7 @@ public void shouldNotRecognizeRecordsWithNamespaceWhenOptionallyWithoutNamespace
176176
177177 @ Test
178178 public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace ()
179- throws SAXException {
179+ throws SAXException {
180180 final AttributesImpl attributes = new AttributesImpl ();
181181
182182 marcXmlHandler .setIgnoreNamespace (true );
@@ -192,7 +192,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespace()
192192
193193 @ Test
194194 public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependently ()
195- throws SAXException {
195+ throws SAXException {
196196 final AttributesImpl attributes = new AttributesImpl ();
197197
198198 marcXmlHandler .setIgnoreNamespace (true );
@@ -209,7 +209,7 @@ public void issue569ShouldRecognizeRecordsWithAndWithoutNamespaceOrderIndependen
209209
210210 @ Test
211211 public void issue569ShouldNotRecognizeRecordsWithAndWithoutNamespace ()
212- throws SAXException {
212+ throws SAXException {
213213 final AttributesImpl attributes = new AttributesImpl ();
214214
215215 marcXmlHandler .setIgnoreNamespace (false );
0 commit comments