more javadocs, bugfixes to dictionary code
This commit is contained in:
@@ -92,7 +92,7 @@ public class DatabaseDictionary
|
||||
String conn_name = null;
|
||||
try
|
||||
{ // verify the right node name
|
||||
loader.verifyNodeName(config_root,"object");
|
||||
loader.verifyNodeName(config_root,"dictionary");
|
||||
|
||||
// get the object's name
|
||||
m_name = loader.getAttribute(config_root,"name");
|
||||
|
||||
@@ -215,7 +215,7 @@ public class ResourceDictionary implements NamedObject, ComponentInitialize, Com
|
||||
String resource_name = null;
|
||||
try
|
||||
{ // verify the right node name
|
||||
loader.verifyNodeName(config_root,"object");
|
||||
loader.verifyNodeName(config_root,"dictionary");
|
||||
|
||||
// get the object's name
|
||||
m_name = loader.getAttribute(config_root,"name");
|
||||
|
||||
Reference in New Issue
Block a user