Fixed Javadoc links

This commit is contained in:
Lukas Eder 2012-02-11 13:47:19 +00:00
parent 2c5ed10720
commit bdc1ba559d

View File

@ -85,7 +85,7 @@ public interface Database {
/**
* The master data tables contained in this database (for schema
* {@link #getSchema(SchemaDefinition)})
* {@link #getSchema(String)})
*/
List<MasterDataTableDefinition> getMasterDataTables(SchemaDefinition schema);