fixed spelling
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
0c8860f131
commit
8c7861d210
|
@ -435,7 +435,7 @@ public class XmlConfiguration
|
||||||
}
|
}
|
||||||
catch (NoSuchMethodException x)
|
catch (NoSuchMethodException x)
|
||||||
{
|
{
|
||||||
throw new IllegalStateException(String.format("No maatching constructor %s in %s", oClass, _configuration));
|
throw new IllegalStateException(String.format("No matching constructor %s in %s", oClass, _configuration));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (id != null)
|
if (id != null)
|
||||||
|
|
Loading…
Reference in New Issue