diff --git a/src/fr/inrialpes/exmo/align/impl/Annotations.java b/src/fr/inrialpes/exmo/align/impl/Annotations.java
index 1124a15411e5e06b197a245dd649d68b33b93c03..7ea2b5a64733aee9b3dc956873a0d05ea7f2fd83 100644
--- a/src/fr/inrialpes/exmo/align/impl/Annotations.java
+++ b/src/fr/inrialpes/exmo/align/impl/Annotations.java
@@ -22,7 +22,6 @@ package fr.inrialpes.exmo.align.impl;
 
 public class Annotations {
 
-    public static String ALIGNNS = "http://knowledgeweb.semanticweb.org/heterogeneity/alignment#";
     public static String ID = "id";
     public static String METHOD = "method";
     public static String DERIVEDFROM = "derivedFrom";
@@ -35,6 +34,7 @@ public class Annotations {
     public static String PROVENANCE = "provenance";
 
     /* Set to true for rejecting the use of deprecated (non deterministic) primitives */
+    // JE2009: Unrelated to Annotations...
     public static boolean STRICT_IMPLEMENTATION = false;
 
 }