X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e7927df2744d46e176c7114bf63f1bd8f5746168..ec5b493bff5efa683aadf5f78aa891eff3550156:/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