File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
src/org/puremvc/as3/multicore/patterns Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ package org.puremvc.as3.multicore.patterns.command
31
31
*
32
32
* <P >
33
33
*
34
- * @see org.puremvc.as3.multicore.core.controller. Controller Controller
34
+ * @see org.puremvc.as3.multicore.core.Controller Controller
35
35
* @see org.puremvc.as3.multicore.patterns.observer.Notification Notification
36
36
* @see org.puremvc.as3.multicore.patterns.command.SimpleCommand SimpleCommand
37
37
*/
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ package org.puremvc.as3.multicore.patterns.command
15
15
* Your subclass should override the <code >execute</code >
16
16
* method where your business logic will handle the <code >INotification</code >. </P >
17
17
*
18
- * @see org.puremvc.as3.multicore.core.controller. Controller Controller
18
+ * @see org.puremvc.as3.multicore.core.Controller Controller
19
19
* @see org.puremvc.as3.multicore.patterns.observer.Notification Notification
20
20
* @see org.puremvc.as3.multicore.patterns.command.MacroCommand MacroCommand
21
21
*/
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ package org.puremvc.as3.multicore.patterns.facade
11
11
/**
12
12
* A base Multiton <code >IFacade</code > implementation.
13
13
*
14
- * @see org.puremvc.as3.multicore.model .Model Model
15
- * @see org.puremvc.as3.multicore.view .View View
16
- * @see org.puremvc.as3.multicore.controller .Controller Controller
14
+ * @see org.puremvc.as3.multicore.core .Model Model
15
+ * @see org.puremvc.as3.multicore.core .View View
16
+ * @see org.puremvc.as3.multicore.core .Controller Controller
17
17
*/
18
18
public class Facade implements IFacade
19
19
{
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package org.puremvc.as3.multicore.patterns.mediator
10
10
/**
11
11
* A base <code >IMediator</code > implementation.
12
12
*
13
- * @see org.puremvc.as3.multicore.core.view. View View
13
+ * @see org.puremvc.as3.multicore.core.View View
14
14
*/
15
15
public class Mediator extends Notifier implements IMediator , INotifier
16
16
{
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ package org.puremvc.as3.multicore.patterns.observer
23
23
* <LI >Provide a method for notifying the interested object.</LI >
24
24
* </UL >
25
25
*
26
- * @see org.puremvc.as3.multicore.core.view. View View
26
+ * @see org.puremvc.as3.multicore.core.View View
27
27
* @see org.puremvc.as3.multicore.patterns.observer.Notification Notification
28
28
*/
29
29
public class Observer implements IObserver
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ package org.puremvc.as3.multicore.patterns.proxy
27
27
* <code >Proxy</code > and listening for a <code >Notification</code > to be sent
28
28
* when the <code >Proxy</code > has retrieved the data from the service. </P >
29
29
*
30
- * @see org.puremvc.as3.multicore.core.model. Model Model
30
+ * @see org.puremvc.as3.multicore.core.Model Model
31
31
*/
32
32
public class Proxy extends Notifier implements IProxy , INotifier
33
33
{
You can’t perform that action at this time.
0 commit comments