Skip to content
Snippets Groups Projects
Commit 1732f9d8 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

some whitespace things fixed using findbugs...

parent e1d224cb
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ import javax.xml.ws.BindingProvider;
* </p>
*
* @author Stefan E. Funk, DUB Göttingen
* @version 2017-02-27
* @version 2017-07-21
* @since 2016-08-03
******************************************************************************/
......
/*******************************************************************************
* This software is copyright (c) 2016 by
* This software is copyright (c) 2017 by
*
* - TextGrid Consortium (http://www.textgrid.de)
*
......@@ -53,7 +53,7 @@ import org.junit.Test;
* </p>
*
* @author Stefan E. Funk, DUB Göttingen
* @version 2016-08-05
* @version 2017-07-21
* @since 2016-08-04
******************************************************************************/
......@@ -97,10 +97,11 @@ public final class TestTGAuthClientUtilities {
*/
@Ignore
@Test(expected = UnknownResourceFault.class)
public void testGetTgextraCheckAccess() throws MalformedURLException,
UnknownResourceFault {
public void testGetTgextraCheckAccess()
throws MalformedURLException, UnknownResourceFault {
URL endpoint = new URL("https://textgridlab.org/1.0/tgauth/tgextra.php");
URL endpoint = new URL(
"https://textgridlab.org/1.0/tgauth/tgextra.php");
PortTgextra tgextra = TGAuthClientUtilities.getTgextra(endpoint);
......@@ -125,10 +126,11 @@ public final class TestTGAuthClientUtilities {
*/
@Ignore
@Test
public void testGetTgextraGetObjets() throws MalformedURLException,
UnknownResourceFault {
public void testGetTgextraGetObjets()
throws MalformedURLException, UnknownResourceFault {
URL endpoint = new URL("https://textgridlab.org/1.0/tgauth/tgextra.php");
URL endpoint = new URL(
"https://textgridlab.org/1.0/tgauth/tgextra.php");
PortTgextra tgextra = TGAuthClientUtilities.getTgextra(endpoint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment