summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/java/beans/decoder/DummyContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/java/beans/decoder/DummyContext.java')
-rw-r--r--libjava/classpath/gnu/java/beans/decoder/DummyContext.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/libjava/classpath/gnu/java/beans/decoder/DummyContext.java b/libjava/classpath/gnu/java/beans/decoder/DummyContext.java
index f3b24549de2..03f209c8cf4 100644
--- a/libjava/classpath/gnu/java/beans/decoder/DummyContext.java
+++ b/libjava/classpath/gnu/java/beans/decoder/DummyContext.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
@@ -60,7 +60,7 @@ public class DummyContext extends AbstractContext
*/
public void notifyStatement(Context outerContext) throws AssemblyException
{
- // intentionally ignored
+ // intentionally ignored
}
/* (non-Javadoc)
@@ -69,7 +69,7 @@ public class DummyContext extends AbstractContext
public Object endContext(Context outerContext) throws AssemblyException
{
fail();
- return null;
+ return null;
}
/* (non-Javadoc)
@@ -78,7 +78,7 @@ public class DummyContext extends AbstractContext
public boolean subContextFailed()
{
fail();
- return false;
+ return false;
}
/* (non-Javadoc)
@@ -95,7 +95,7 @@ public class DummyContext extends AbstractContext
public Object get(int index) throws AssemblyException
{
fail();
- return null;
+ return null;
}
/* (non-Javadoc)
@@ -104,13 +104,13 @@ public class DummyContext extends AbstractContext
public Object getResult()
{
fail();
- return null;
+ return null;
}
private void fail()
{
throw new InternalError("Invoking the DummyContext is not expected"
- + " - Please file a bug report at"
- + " http://www/gnu.org/software/classpath/.");
+ + " - Please file a bug report at"
+ + " http://www/gnu.org/software/classpath/.");
}
}
OpenPOWER on IntegriCloud