Skip to content

Commit f157651

Browse files
committed
Removed erroneous [ExcludeClass] directives.
1 parent abc6f1d commit f157651

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/org/swizframework/core/Swiz.as

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ package org.swizframework.core
3434
import org.swizframework.utils.logging.SwizLogger;
3535

3636
[DefaultProperty( "beanProviders" )]
37-
[ExcludeClass]
3837

3938
/**
4039
* Core framework class that serves as an IoC container rooted

src/org/swizframework/utils/services/SwizResponder.as

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ package org.swizframework.utils.services
1818
{
1919
import mx.rpc.IResponder;
2020

21-
[ExcludeClass]
22-
2321
public class SwizResponder implements IResponder
2422
{
2523
private var resultHandler:Function;

src/org/swizframework/utils/services/SwizURLRequest.as

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ package org.swizframework.utils.services
2424
import flash.net.URLLoader;
2525
import flash.net.URLRequest;
2626

27-
[ExcludeClass]
28-
2927
/**
3028
*
31-
* DynamicUrlRequest can be used to wrap URLLoader calles.
29+
* SwizURLRequest can be used to wrap URLLoader calles.
3230
* The faultHandler function will be used for IOErrors and SecurityErrors
3331
* so you should type the argument Event and check/cast the specific type
3432
* in the method body.

0 commit comments

Comments
 (0)