From a923b2b91a732caf0adc941aba2b45ebf0c4fa57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Wed, 17 Jun 2009 20:50:47 +0000
Subject: [PATCH] - slight update

---
 src/fr/inrialpes/exmo/align/impl/BasicRelation.java | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/fr/inrialpes/exmo/align/impl/BasicRelation.java b/src/fr/inrialpes/exmo/align/impl/BasicRelation.java
index 07aae5f8..0ce934e1 100644
--- a/src/fr/inrialpes/exmo/align/impl/BasicRelation.java
+++ b/src/fr/inrialpes/exmo/align/impl/BasicRelation.java
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright (C) INRIA, 2003-2005, 2007
+ * Copyright (C) INRIA, 2003-2005, 2007, 2009
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -59,7 +59,7 @@ public class BasicRelation implements Relation
     }
 
     /** printable format **/
-    public String getRelation(){
+    public String getRelation() {
 	return relation;
     }
 
@@ -96,7 +96,7 @@ public class BasicRelation implements Relation
     }
 
     /** By default...**/
-    public Relation compose(Relation r) {
+    public Relation compose( Relation r ) {
     	return null;
     }
 
@@ -113,7 +113,6 @@ public class BasicRelation implements Relation
     public void dump( ContentHandler h ){};
 
     /** This is kept for displayig more correctly the result **/
-    //public void write( PrintStream writer ) {
     public void write( PrintWriter writer ) {
 	writer.print(relation);
     }
-- 
GitLab