Apache Commons Logging: Difference between revisions

Content deleted Content added
mNo edit summary
m Example: "Nonexistant" -> "Nonexistent", "non-existent" -> "nonexistent"
 
Line 119:
try
{
Class.forName("com.cascadetg.NonexistantClassNonexistentClass");
} catch (Exception e)
{
log.warn("Can't find a non-existentnonexistent class!");
}