more javadocs, bugfixes to dictionary code

This commit is contained in:
Eric J. Bowersox
2003-06-08 03:08:28 +00:00
parent 11be5128bf
commit 1cf199af05
12 changed files with 276 additions and 10 deletions
@@ -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");