summaryrefslogtreecommitdiff
path: root/lang/joos
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/joos
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/joos')
-rw-r--r--lang/joos/DESCR10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/joos/DESCR b/lang/joos/DESCR
index 3696b416f05..385aa5cad4b 100644
--- a/lang/joos/DESCR
+++ b/lang/joos/DESCR
@@ -1,4 +1,4 @@
-Joos is an acronym for Java's Object-Oriented Subset. JOOS is a
+Joos is an acronym for Java's Object-Oriented Subset. JOOS is a
proper subset of Java, defined as follows:
* its context-free syntax is restricted to the following grammar;
* subclassing must not change the signature of a method;
@@ -8,12 +8,12 @@ proper subset of Java, defined as follows:
subclasses; and
* every path through a non-void method must return a value.
-In addition, JOOS defines a concept of extern classes, which provide
-a convenient interface to the Java libraries without requiring the
+In addition, JOOS defines a concept of extern classes, which provide
+a convenient interface to the Java libraries without requiring the
compiler to parse Java class files.
-It defines a class name and some method signatures, along with a file
-name that is guaranteed to provide the implementation. The JOOS compiler
+It defines a class name and some method signatures, along with a file
+name that is guaranteed to provide the implementation. The JOOS compiler
will implicitly trust this specification. If it is incorrect,
then the compiled JOOS class file may fail at class loading time.