Thanks Andreas,
I am still getting used to eclipse :)

--Doug

Andreas Hartmann wrote:
[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]


begin:vcard
fn:Doug Chestnut
n:Chestnut;Doug
org:University of Virginia Library;Library Communications
adr:;;P.O. Box 400111;Charlottesville;VA;22904-4111;USA
email;internet:[EMAIL PROTECTED]
title:Senior Web Developer
tel;work:(434)924-7553
tel;fax:(434)924-1431
x-mozilla-html:FALSE
version:2.1
end:vcard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to