summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/gjdoc/TemporaryStore.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gnu/classpath/tools/gjdoc/TemporaryStore.java')
-rw-r--r--tools/gnu/classpath/tools/gjdoc/TemporaryStore.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gnu/classpath/tools/gjdoc/TemporaryStore.java b/tools/gnu/classpath/tools/gjdoc/TemporaryStore.java
index f062b2a8d..0333ee2b7 100644
--- a/tools/gnu/classpath/tools/gjdoc/TemporaryStore.java
+++ b/tools/gnu/classpath/tools/gjdoc/TemporaryStore.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -16,7 +16,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+02111-1307 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -88,7 +88,7 @@ package gnu.classpath.tools.gjdoc;
* When control flow is transferred to <code>bar()</code>,
* <code>foo()</code> will hold no more references to the array
* and so it can be garbage collected in <code>bar()</code>.
- *
+ *
*/
public class TemporaryStore {