Typo in the DeltaVConstants class in constant XML_CHECKOUT_CHECKIN value
------------------------------------------------------------------------
Key: JCR-1623
URL: https://issues.apache.org/jira/browse/JCR-1623
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-webdav
Affects Versions: 1.4
Reporter: Roman Puchkovskiy
Priority: Trivial
Just spotted a typo in the
http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/version/DeltaVConstants.java
(same is in released 1.4 version)
There's line
public static final String XML_CHECKOUT_CHECKIN = "checkin-checkout";
Probably should be
public static final String XML_CHECKOUT_CHECKIN = "checkout-checkin";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.