[m-rev.] trivial diff: fix typos in java/Sectag_Locn.java
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Jan 28 18:52:46 AEDT 2002
Branches: main
Estimated hours taken: 0.5
With this change, the files in the `java' directory now all compile
fine with `javac' (after `mkdir mercury; ln -s .. mercury/runtime')
except for the reference to `mercury.Builtin.builtin_comparison_result_0'
in Compare.java.
java/Sectag_Locn.java:
Fix typos.
Workspace: /mnt/earth/home/earth/fjh/ws-earth/mercury
Index: java/Sectag_Locn.java
===================================================================
RCS file: /home/mercury1/repository/mercury/java/Sectag_Locn.java,v
retrieving revision 1.1
diff -u -d -r1.1 Sectag_Locn.java
--- java/Sectag_Locn.java 2001/02/23 01:11:02 1.1
+++ java/Sectag_Locn.java 2002/01/28 07:47:45
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2001 The University of Melbourne.
+// Copyright (C) 2001-2002 The University of Melbourne.
// This file may only be copied under the terms of the GNU Library General
// Public License - see the file COPYING.LIB in the Mercury distribution.
//
@@ -14,8 +14,8 @@
public int value;
- public Sectag_locn(int arg) {
- this.value = arg
+ public Sectag_Locn(int arg) {
+ this.value = arg;
}
}
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list