summaryrefslogtreecommitdiffstats
path: root/libjava/javax/swing/text/ViewFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/text/ViewFactory.java')
-rw-r--r--libjava/javax/swing/text/ViewFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/javax/swing/text/ViewFactory.java b/libjava/javax/swing/text/ViewFactory.java
index 92be8f462fb..1fef6bceb96 100644
--- a/libjava/javax/swing/text/ViewFactory.java
+++ b/libjava/javax/swing/text/ViewFactory.java
@@ -37,8 +37,7 @@ exception statement from your version. */
package javax.swing.text;
-
public interface ViewFactory
{
- public View create(Element elem);
+ View create (Element elem);
}
OpenPOWER on IntegriCloud