Index: /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyAntSettings.java =================================================================== --- /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyAntSettings.java (revision 551245) +++ /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyAntSettings.java (working copy) @@ -99,8 +99,8 @@ * Returns the default ivy settings of this classloader. If it doesn't exist yet, a new one is * created using the given project to back the VariableContainer. * - * @param project - * @return + * @param project TODO add text. + * @return An IvySetting instance. */ public static IvyAntSettings getDefaultInstance(Project project) { Object defaultInstanceObj = project.getReference("ivy.instance"); @@ -201,7 +201,8 @@ */ /** - * @return + * Return the configured Ivy instance. + * @return Returns the configured Ivy instance. */ public Ivy getConfiguredIvyInstance() { if (ivyEngine == null) { Index: /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyPublish.java =================================================================== --- /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyPublish.java (revision 551245) +++ /home/tverhagen/dev_ext/ivy/src/java/org/apache/ivy/ant/IvyPublish.java (working copy) @@ -101,8 +101,7 @@ } /** - * @deprecated use getSrcivypattern instead - * @return + * @deprecated use {@link #getSrcivypattern()} instead. */ public String getDeliverivypattern() { return srcivypattern; @@ -109,8 +108,7 @@ } /** - * @deprecated use setSrcivypattern instead - * @return + * @deprecated use {@link #setSrcivypattern(String)} instead. */ public void setDeliverivypattern(String destivypattern) { srcivypattern = destivypattern;