Author: chris.laprun(a)jboss.com
Date: 2008-12-10 13:20:32 -0500 (Wed, 10 Dec 2008)
New Revision: 12371
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/impl/model/portal/PersistentPortalObjectContainer.java
branches/JBoss_Portal_Branch_2_7/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java
Log:
- Fixed typos.
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/impl/model/portal/PersistentPortalObjectContainer.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/impl/model/portal/PersistentPortalObjectContainer.java 2008-12-10
15:40:34 UTC (rev 12370)
+++
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/impl/model/portal/PersistentPortalObjectContainer.java 2008-12-10
18:20:32 UTC (rev 12371)
@@ -47,7 +47,7 @@
/** The query for lookup when the path is null. */
private static final String LOOKUP_QUERY_FOR_ROOT = "from ObjectNode where
path=:path or path is null";
- /** The query for lookup when the path is null. */
+ /** The query for lookup when the path is not null. */
private static final String LOOKUP_QUERY = "from ObjectNode where
path=:path";
/** . */
Modified:
branches/JBoss_Portal_Branch_2_7/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java 2008-12-10
15:40:34 UTC (rev 12370)
+++
branches/JBoss_Portal_Branch_2_7/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java 2008-12-10
18:20:32 UTC (rev 12371)
@@ -297,7 +297,7 @@
}
catch (SQLGrammarException e)
{
- // We consider that exception means that the schema deos not exist
+ // We consider that exception means that the schema does not exist
bad++;
}
}
Show replies by date