File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ package org.swizframework.core
3434import org.swizframework.utils.logging.SwizLogger ;
3535
3636[DefaultProperty ( "beanProviders" )]
37- [ExcludeClass ]
3837
3938/**
4039 * Core framework class that serves as an IoC container rooted
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ package org.swizframework.utils.services
1818{
1919import mx.rpc.IResponder ;
2020
21- [ExcludeClass ]
22-
2321public class SwizResponder implements IResponder
2422{
2523private var resultHandler: Function ;
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ package org.swizframework.utils.services
2424import flash.net.URLLoader ;
2525import 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.
You can’t perform that action at this time.
0 commit comments