This commit is contained in:
Lucio Lelii 2008-12-04 02:24:53 +00:00
parent 71417e8c28
commit 5e6cbd9604
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class MetadataFormat implements Listable{
}
public List<String> getAsStringList(){
return Arrays.asList(new String[]{this.id, this.name, this.schemaURI.getRawPath(), this.language});
return Arrays.asList(new String[]{this.id, this.name, this.schemaURI.toString(), this.language});
}