Skip to content

Commit

Permalink
Removed @author tags from javadocs
Browse files Browse the repository at this point in the history
Signed-off-by: Aashir Siddiqui <[email protected]>
  • Loading branch information
aashir21 committed Jul 25, 2024
1 parent 2d8436a commit de17284
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Default = BANKTEST
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankApplicationName extends CpsProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Default = SIMFRAME
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankCredentials extends CpsProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Default = 2027
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankDatabasePort extends CpsProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* There is no default as the manager would be expected to provision an instance
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankDseInstanceName extends CpsProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Default = 2080
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankWebNetPort extends CpsProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Default = simframe
* </p>
*
* @author Michael Baylis
*
*
*/
public class SimBankZosImage extends CpsProperties {
Expand Down

0 comments on commit de17284

Please sign in to comment.