Skip to content

Commit

Permalink
Merge pull request #159 from galasa-dev/Iss1257
Browse files Browse the repository at this point in the history
Removed @author tags from javadocs
  • Loading branch information
techcobweb authored Jul 26, 2024
2 parents 2d8436a + de17284 commit dc512e5
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 dc512e5

Please sign in to comment.