Skip to content

Commit

Permalink
Docs: tweak deprecated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 12, 2022
1 parent 3bd7c22 commit 7267df6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/business/Responder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package com.adobe.cairngorm.business;

/**
**Deprecated as of Cairngorm 2.1, replaced by `mx.rpc.IResponder`**
Deprecated, replaced by `mx.rpc.IResponder`.
The Responder interface is implemented by classes that wish to handle
data returned as the result of a service-call to the server.
Expand Down
4 changes: 2 additions & 2 deletions src/com/adobe/cairngorm/business/ServiceLocator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ServiceLocator implements IServiceLocator {
}

/**
**Deprecated as of Cairngorm 2.1**
Deprecated.
Returns the service defined for the id, to allow services to be looked up
using the ServiceLocator by a canonical name.
Expand All @@ -114,7 +114,7 @@ class ServiceLocator implements IServiceLocator {
}

/**
**Deprecated as of Cairngorm 2.1**
Deprecated.
Returns an AbstractInvoker defined for the id, to allow services to be looked up
using the ServiceLocator by a canonical name.
Expand Down
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/commands/Command.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package com.adobe.cairngorm.commands;

/**
**Deprecated as of Cairngorm 2.1, replaced by `com.adobe.cairngorm.commands.ICommand`**
Deprecated, replaced by `com.adobe.cairngorm.commands.ICommand`.
The Command interface enforces the contract between the Front
Controller and concrete command classes in your application.
Expand Down
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/model/ModelLocator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package com.adobe.cairngorm.model;

/**
**Deprecated as of Cairngorm 2.1, replaced by `com.adobe.cairngorm.model.IModelLocator`**
Deprecated, replaced by `com.adobe.cairngorm.model.IModelLocator`.
Marker interface used to mark the custom ModelLocator.
Expand Down
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/view/ViewHelper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import openfl.events.IEventDispatcher;
import openfl.events.Event;

/**
**Deprecated as of Cairngorm 2.1.**
Deprecated.
Used to isolate command classes from the implementation details of a view.
Expand Down
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/view/ViewLocator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package com.adobe.cairngorm.view;

/**
**Deprecated as of Cairngorm 2.1.**
Deprecated.
The ViewLocator is a singleton class, that is used to retreive ViewHelper
classes that can manipulate (get/set/switch) the user interface of a
Expand Down
2 changes: 1 addition & 1 deletion src/com/adobe/cairngorm/vo/ValueObject.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
package com.adobe.cairngorm.vo;

/**
**Deprecated as of Cairngorm 2.1, replaced by `com.adobe.cairngorm.vo.IValueObject`**
Deprecated, replaced by `com.adobe.cairngorm.vo.IValueObject`.
The ValueObject interface is a marker interface that improves
readability of code by identifying the classes within a Cairngorm
Expand Down

0 comments on commit 7267df6

Please sign in to comment.