X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f17e66aa4210a226669dd96e26295d6f58b94703..43116c58e5c56f94ef358a5a17fb13a252e02531:/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as diff --git a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as b/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as deleted file mode 100644 index 1e17da32..00000000 --- a/redakcja/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as +++ /dev/null @@ -1,34 +0,0 @@ -package com.adobe.protocols.dict -{ - public class MatchStrategy - { - private var _name:String; - private var _description:String; - - public function MatchStrategy(name:String, description:String) - { - this._name = name; - this._description = description; - } - - public function set name(name:String):void - { - this._name = name; - } - - public function get name():String - { - return this._name; - } - - public function set description(description:String):void - { - this._description = description; - } - - public function get description():String - { - return this._description; - } - } -} \ No newline at end of file