Author: jalkanen
Date: Tue Dec 1 23:00:13 2009
New Revision: 885995
URL: http://svn.apache.org/viewvc?rev=885995&view=rev
Log:
Turned the deprecated constructor protected so that people wouldn't call it.
Modified:
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/jcr/JCRWikiPage.java
Modified:
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/jcr/JCRWikiPage.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/content/jcr/JCRWikiPage.java?rev=885995&r1=885994&r2=885995&view=diff
==============================================================================
---
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/jcr/JCRWikiPage.java
(original)
+++
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/jcr/JCRWikiPage.java
Tue Dec 1 23:00:13 2009
@@ -91,7 +91,7 @@
* Use {...@link WikiEngine#createPage(WikiPath)} instead.
* @deprecated
*/
- public JCRWikiPage( WikiEngine engine, WikiPath path )
+ protected JCRWikiPage( WikiEngine engine, WikiPath path )
{
m_engine = engine;
m_path = path;