| Author |
JAvaDoc of given Interface
|
Anton Brass
Greenhorn
Joined: Sep 08, 2010
Posts: 25
|
|
Hey there,
just started today with looking on the UrlyBird exam. There I must implement a given class DB. Well the commentary is very poorly written and not really conform.
Do I have to let the interface documentation as it is or can I rewrite respectively add for example param documentation ?
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2212
|
|
Howdy, Anton!
Champ, here's what I did: I just changed the comments of the given interface to the JavaDoc format. So I added all the proper JavaDoc tags to the methods, but I kept the text of the methods as they were provided to me.
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4351
|
|
Hi Anton,
I kept the interface as I got it, just added some class javadoc comments.
Kind regards,
Roel
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
Anton Brass
Greenhorn
Joined: Sep 08, 2010
Posts: 25
|
|
hey guys,
thanks for the advice, I did the same. Just was confused, since the exam is also about proper JavaDoc and the only class Sun provides has awfull respectively no JavaDoc ;)
|
 |
 |
|
|
subject: JAvaDoc of given Interface
|
|
|