peterreilly 2005/07/08 06:48:44 Modified: src/main/org/apache/tools/ant/taskdefs/optional/starteam StarTeamTask.java Log: javadoc Revision Changes Path 1.18 +3 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamTask.java Index: StarTeamTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamTask.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- StarTeamTask.java 9 Mar 2004 16:48:37 -0000 1.17 +++ StarTeamTask.java 8 Jul 2005 13:48:44 -0000 1.18 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * Copyright 2001-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -304,6 +304,7 @@ * * @param rawview the unconfigured <code>View</code> * @return the snapshot <code>View</code> appropriately configured. + * @throws BuildException on error */ protected abstract View createSnapshotView(View rawview) throws BuildException; @@ -317,6 +318,7 @@ * @return the <code>View</code> that will be used for processing. * @see #createSnapshotView(View) * @see #getServer() + * @throws BuildException on error */ protected View openView() throws BuildException {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]