[EMAIL PROTECTED] wrote:
[...]
/**
+ * @see org.apache.lenya.transaction.Transactionable#canCheckOut()
+ */
+ public boolean canCheckOut() throws TransactionException {
+ try {
+ RCMLEntry entry =
getRevisionController().getRCML(getRCPath()).getLatestEntry();
+ if(!isCheckedOut())
+ return true;
+ else if(entry.getIdentity().equals(getUserId()))
There are some tabstops in here. Would you mind configuring your IDE
to use spaces? Sorry for getting on your nerves, but when I re-format
a file which uses tabs with my IDE, we get differences on each of these
lines :(
More info: http://lenya.apache.org/1_2_x/misc/coding-guidelines.html
Thanks!
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]