File tree Expand file tree Collapse file tree
src/etc/testcases/taskdefs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,19 @@ public class ClassToJavadoc {
2525 /**
2626 * @param anArgument A String that is ignored
2727 */
28- public void methodToJavadoc (String anArgument ) { }
28+ public void methodToJavadoc (String anArgument ) {}
2929
3030 /**
3131 * @see java.lang.Object#toString()
3232 */
33- public String toString () { return this .getClass ().getName (); }
33+ public String toString () {
34+ return this .getClass ().getName ();
35+ }
3436
3537 /**
3638 * @return An arbitrary string.
3739 */
38- public String anotherString () {return "An arbitrary string." ;}
40+ public String anotherString () {
41+ return "An arbitrary string." ;
42+ }
3943}
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17- import java .rmi .Remote ;
1817import java .rmi .RemoteException ;
1918import java .util .Calendar ;
2019
21- import org .apache .tools .ant .BuildException ;
2220import org .apache .tools .ant .util .DateUtils ;
2321
24-
2522/**
2623 * This class imports a dependency on the Ant runtime classes,
2724 * so tests that classpath setup include them
2825 */
2926public class AntTimestamp implements RemoteTimestamp {
3027
31-
3228 /**
3329 * return the phase of the moon.
3430 * Note the completely different semantics of the other implementation,
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17- import java .rmi .Remote ;
1817import java .rmi .RemoteException ;
1918
2019/**
You can’t perform that action at this time.
0 commit comments