Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Removed @author tags from javadocs #600

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* Does not require authentication
*
* @author Michael Baylis
*
*
*/
@Component(service = Servlet.class, scope = ServiceScope.PROTOTYPE, property = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/**
* Basic Test Catalog store
*
* @author Michael Baylis
*
*
*/
@Component(service = Servlet.class, scope = ServiceScope.PROTOTYPE, property = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
* Basic Test Catalog store
*
* @author Michael Baylis
*
*
*/
@Component(service = Servlet.class, scope = ServiceScope.PROTOTYPE, property = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
*
*
* @author James Davies
*
*/
@Component(service = { IConfigurationPropertyStoreRegistration.class })
public class FpfConfigurationPropertyRegistration implements IConfigurationPropertyStoreRegistration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* Configuration property store as the only CPS.
* </p>
*
* @author James Davies
* @author Matthew Chivers
*
*
*/

public class FpfConfigurationPropertyStore implements IConfigurationPropertyStore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* This class is used to drive the registered CPS service, and retireve values
* from the CPS Store, impletmenting the IConfiguration interface.
*
* @author James Davies
* @author Matthew Chivers
*
*
*/
public class FrameworkConfigurationPropertyService implements IConfigurationPropertyStoreService {
private String namespace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
*
*
* @author Bruce Abbott
*
*/
@Component(service = { ICredentialsStoreRegistration.class })
public class FileCredentialsRegistration implements ICredentialsStoreRegistration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* encrypted or not
* </p>
*
* @author Bruce Abbott
*
*/

public class FileCredentialsStore implements ICredentialsStore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* values from the Credentials Store.
* </p>
*
* @author Bruce Abbott
* @author Michael Baylis
*
*
*/
public class FrameworkCredentialsService implements ICredentialsService {
private final ICredentialsStore credsStore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* can remove usernames, passwords, keys,etc, from logs and console outputs if
* the work is registered.
*
* @author James Davies
*
*/
public class FrameworkConfidentialTextService implements IConfidentialTextService {
private List<ConfidentialText> confidentialTexts = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* store for the Dynamic Status Store.
* </p>
*
* @author Bruce Abbott
*
*/
public class FpfDynamicStatusStore implements IDynamicStatusStore {
private FrameworkPropertyFile fpf;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
*
*
* @author Bruce Abbott
*
*/
@Component(service = { IDynamicStatusStoreRegistration.class })
public class FpfDynamicStatusStoreRegistration implements IDynamicStatusStoreRegistration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Store as the only DSS.
* </p>
*
* @author Bruce Abbott
*
*/

public class FrameworkDynamicStatusStoreService extends FrameworkDynamicStoreKeyAccess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Provides the common key access to the DSS
*
* @author Bruce Abbott
*
*/

public class FrameworkDynamicStoreKeyAccess implements IDynamicStatusStoreKeyAccess {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Stub for multiple Result Archive Stores.
*
* @author Michael Baylis
*
*
*/
public class FrameworkMultipleResultArchiveStore implements IResultArchiveStoreService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Used with the Directory RAS to produce directory listings
*
* @author Michael Baylis
*
*
*/
public class DirectoryRASDirectoryStream implements DirectoryStream<Path> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The Directory RAS File System, basically use the shared generic version
*
* @author Michael Baylis
*
*
*/
public class DirectoryRASFileSystem extends ResultArchiveStoreFileSystem {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* The Directory RAS Provider for stored artifacts, that does most of the work
* on the local filesystem
*
* @author Michael Baylis
*
*
*/
public class DirectoryRASFileSystemProvider extends ResultArchiveStoreFileSystemProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* A RAS Registration
*
* @author Michael Baylis
*
*
*/
@Component(service = { IResultArchiveStoreRegistration.class })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* A RAS Service for storing the result archive store
*
* @author Michael Baylis
*
*
*/
@Component(service = { IResultArchiveStoreService.class })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* This class implements the IChacter interface and retruns the appropiate
* responses for a constant character.
*
* @author James Davies
*
*/

public class CharacterConstant implements ICharacter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* This class implements the ICharacter interface and retruns the appropiate
* responses for a variable character.
*
* @author James Davies
*
*/
public class CharacterVariable implements ICharacter {
private char character;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* example above the J A T P characters being constant and the other four
* characters being variable.
*
* @author James Davies
*
*/
public interface ICharacter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* This class creates the resource string defintion build up of ICharacters.
*
* @author James Davies
*
*/
public class ResourceString {
private List<ICharacter> string = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* An abstract manager which attempts to provide all the boilerplate code
* necessary to write a Manager in Galasa.
*
* @author Michael Baylis
*
*
*/
public abstract class AbstractManager implements IManager {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Represents annotated fields that the AbstractManager finds on behalf of
* Managers
*
* @author Michael Baylis
*
*
*/
public class AnnotatedField {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* property already exists, the transaction will fail.
* If you want to add a property whether it exists or not, use DssUpdate
*
* @author Michael Baylis
*
*
*/
public class DssAdd implements IDssAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* is provided, then this will be checked before deleting and fail the transaction if the
* values are different
*
* @author Michael Baylis
*
*
*/
public class DssDelete implements IDssAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* This DSS action request that all properties with this prefix are deleted.
*
* @author Michael Baylis
*
*
*/
public class DssDeletePrefix implements IDssAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* property already exists, the transaction will fail.
* If you want to add a property whether it exists or not, use DssUpdate
*
* @author Michael Baylis
*
*
*/
public class DssResourceAdd extends DssAdd implements IDssResourceAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* is provided, then this will be checked before deleting and fail the transaction if the
* values are different
*
* @author Michael Baylis
*
*
*/
public class DssResourceDelete extends DssDelete implements IDssResourceAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* This DSS action request that all properties with this prefix are deleted.
*
* @author Michael Baylis
*
*
*/
public class DssResourceDeletePrefix extends DssDeletePrefix implements IDssResourceAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This DSS action request that property is swapped with another value. If the old value does
* not match with what is already present, the transaction will fail.
*
* @author Michael Baylis
*
*
*/
public class DssResourceSwap extends DssSwap implements IDssResourceAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This DSS action request that property is updated in the DSS whether it exists or not.
* If you want the transaction to fail if the property already exists, use DssStatusAdd
*
* @author Michael Baylis
*
*
*/
public class DssResourceUpdate extends DssUpdate implements IDssResourceAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* This DSS action request that property is swapped with another value. If the old value does
* not match with what is already present, the transaction will fail.
*
* @author Michael Baylis
*
*
*/
public class DssSwap implements IDssAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* This DSS action request that property is updated in the DSS whether it exists or not.
* If you want the transaction to fail if the property already exists, use DssAdd
*
* @author Michael Baylis
*
*
*/
public class DssUpdate implements IDssAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* and the watchng of values inside the properties.
* </p>
*
* @author James Davies
*
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* generate resources to a number of specifications. When params are not given,
* defaults are used.
*
* @author James Davies
*
*/
public class FrameworkResourcePoolingService implements IResourcePoolingService {
private static final int DEFAULTNUMBEROFRESOURCES = 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* any certificates to be loaded before the initialisation of anything else.
* </p>
*
* @author James Davies
*
*
*/
public interface ICertificateStore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* certificate store that is a non local file. Overrides are expected to be used
* for any local certificates if they are required for execution.
*
* @author jamesdavies
*
*
*/
public interface ICertificateStoreServiceRegistration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* registered passwords, usernames, keys and other confidnetial texts so that
* they can be obscured inside logs and outputs.
*
* @author James Davies
*
*/
public interface IConfidentialTextService {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* registered passwords, usernames, keys and other confidnetial texts so that
* they can be obscured inside logs and outputs.
*
* @author James Davies
*
*/
public interface IConfidentialTextServiceRegistration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* IDssAction is the basis for all updates to the Dynamic Status Store properties
*
* @author Michael Baylis
*
*
*/
public interface IDssAction {
Expand Down
Loading