From 27b1feb0df5bfdfe0914621cb72b9d757e5b5f3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sat, 14 May 2011 21:06:34 +0000
Subject: [PATCH] - comment correction

---
 src/fr/inrialpes/exmo/align/parser/XMLParser.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/fr/inrialpes/exmo/align/parser/XMLParser.java b/src/fr/inrialpes/exmo/align/parser/XMLParser.java
index 529040d5..bdb11171 100644
--- a/src/fr/inrialpes/exmo/align/parser/XMLParser.java
+++ b/src/fr/inrialpes/exmo/align/parser/XMLParser.java
@@ -157,9 +157,7 @@ public class XMLParser extends DefaultHandler {
     protected int parseLevel = 0;
 
     /**
-     * The parsing level, if equal to 3 we are in the Alignment
-     * if equal to 5 we are in a cell
-     * and can find metadata
+     * Is the Alignment RDF for embedded in a larger XML structure to be parsed.
      */
     protected boolean embedded = false;
 
-- 
GitLab