From c34d1f0515a0c25e7d072dc58e8c2f03ffea74fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 2 Feb 2007 13:05:47 +0000
Subject: [PATCH] - added mention to parse() with only one argument

---
 html/up2to3.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/html/up2to3.html b/html/up2to3.html
index 04a6337a..9df2b6b4 100644
--- a/html/up2to3.html
+++ b/html/up2to3.html
@@ -47,6 +47,10 @@
   invoke <tt>OWLAPIAlignment.toOWLAPIAlignment( URIAlignment )</tt>. It
   will return the corresponding <tt>OWLAPIAlignment</tt>.</p>
 
+<p>Moreover, <tt>AlignmentParser.parse( URI )</tt> used to take a
+  Hashtable as a second argument. This is not true anymore: you must
+  suppress this second argument.</p>
+
 <h2>Invoking your alignment</h2>
 
 <p>For invoking your alignment class, the sequence used to be the
-- 
GitLab