Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 80a323f3 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- suppressed comments

- implemented better remove
parent a40acced
No related branches found
No related tags found
No related merge requests found
/*
* $Id$
*
* Copyright (C) INRIA, 2009
* Copyright (C) INRIA, 2009-2010
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
......@@ -21,7 +21,6 @@
package fr.inrialpes.exmo.align.impl;
// import java classes
import java.util.Hashtable;
import java.util.Collection;
import java.util.Set;
......@@ -51,7 +50,7 @@ public class Extensions {
}
public void unsetExtension( String ns, String label ){
table.put( ns+label, (String[])null );
table.remove( ns+label );
}
public String getExtension( String ns, String label ){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment