Trailing whitespace, the invisible menace.

This commit is contained in:
Bruno Garcia
2011-04-05 17:34:52 -07:00
parent 74ae8bc0bb
commit 1740c2cda7
23 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -193,7 +193,7 @@ public interface DatabaseLiaison
* <em>Note:</em> the table name is case sensitive.
*/
public boolean dropTable (Connection conn, String name) throws SQLException;
/**
* Returns the proper SQL to identify a table. Some databases require table names to be quoted.
*/
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
+1 -1
View File
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -229,7 +229,7 @@ public class ProximityTracker
*/
protected int binarySearch (int x)
{
// copied from java.util.Arrays which I wouldn't have to have done had the provided a
// copied from java.util.Arrays which I wouldn't have to have done had the provided a
// means by which to binarySearch in a subset of an array. alas.
int low = 0;
int high = _size-1;
@@ -88,8 +88,8 @@ public class TaskMaster
}
/**
* Invokes the task and then reports completion or failure later on the swing event
* dispatcher thread. We need to ensure that _mode and _result are visible to the various
* Invokes the task and then reports completion or failure later on the swing event
* dispatcher thread. We need to ensure that _mode and _result are visible to the various
* threads that invoke this runnable so run() is synchronized. Oh how I love Chapter 17.
*/
@Override
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -44,7 +44,7 @@ public class ClasspathResourceLoader extends ResourceLoader
}
@Override // from ResourceLoader
public InputStream getResourceStream (String name)
public InputStream getResourceStream (String name)
throws ResourceNotFoundException
{
if (StringUtil.isBlank(name)) {
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
+1 -1
View File
@@ -5,7 +5,7 @@
samskivert library - useful routines for java programs
Copyright (C) 2001-2011 Michael Bayne, et al.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or