From 6d3c49cd43742a1411d7458d4c76fea8cfc10e95 Mon Sep 17 00:00:00 2001 From: Julien Fischer Date: Thu, 4 Jan 2024 17:17:20 +1100 Subject: [PATCH] Update a link. mfilterjavac/mfilterjavac.m: As above. --- mfilterjavac/mfilterjavac.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mfilterjavac/mfilterjavac.m b/mfilterjavac/mfilterjavac.m index aa842819c..c65d8f606 100644 --- a/mfilterjavac/mfilterjavac.m +++ b/mfilterjavac/mfilterjavac.m @@ -2,6 +2,7 @@ % vim: ft=mercury ts=4 sw=4 et %----------------------------------------------------------------------------% % Copyright (C) 2013 The University of Melbourne. +% Copyright (C) 2015-2016, 2023-2024 The Mercury team. % This file may only be copied under the terms of the GNU General % Public License - see the file COPYING in the Mercury distribution. %----------------------------------------------------------------------------% @@ -14,7 +15,7 @@ % reported by the Java compiler into the corresponding error contexts in the % Mercury source file. This is done by looking for special comments inserted % into the generated Java code by the Mercury compiler. -% (See compiler/mlds_to_java.m for details.) +% (See compiler/mlds_to_java_util.m for details.) % %-----------------------------------------------------------------------------%