Author: sergiykarpenko
Date: 2009-12-21 10:25:41 -0500 (Mon, 21 Dec 2009)
New Revision: 1134
Modified:
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java
Log:
EXOJCR-302: optimisation moved from trunk to OPT
Modified:
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java
===================================================================
---
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java 2009-12-21
15:17:42 UTC (rev 1133)
+++
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java 2009-12-21
15:25:41 UTC (rev 1134)
@@ -46,7 +46,7 @@
* @param path
* - context path
*/
- public PrimaryTypeNotFoundException(String message, QPath path)
+ PrimaryTypeNotFoundException(String message, QPath path)
{
super(message);
this.path = path;
Show replies by date