From 012741f2e38e80863e2911e3b98a1a1c9f2637d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Wed, 14 Feb 2007 20:45:11 +0000
Subject: [PATCH] - added two problems that surfaced while porting OLA

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

diff --git a/html/up2to3.html b/html/up2to3.html
index 871d72ec..b62a9f49 100644
--- a/html/up2to3.html
+++ b/html/up2to3.html
@@ -74,6 +74,18 @@ a <tt>OWLAPIAlignment</tt> so it may be necessary to change it as well.</p>
   required ontology and a <tt>loadInit( URI )</tt> method that will
   load the initial alignment.</p>
 
+<h2>Manipulating your alignment</h2>
+
+<p>If you manipulated the alignment through the attributes
+  (<tt>onto1</tt> and <tt>onto2</tt>), you must now explicitely cast
+  them as <tt>(OWLOntology)onto1</tt> because they are now declared
+  as <tt>Object</tt>.</p>
+
+<h2>Misc.</h2>
+
+<p><tt>JWNLDistance.Initialize()</tt> now throws an <tt>AlignmentException</tt>... you
+  must do something with it.</p>
+
 <h2>Report to us</h2>
 
 <p>Please report any tweak that we did not mention here so that we can
-- 
GitLab