X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/36f6233fd79390ad5af8a1532eac60a0ae57c825..f938afb8ab4cb091d12e0ef0311eaea14b774798:/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as diff --git a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as b/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/MatchStrategy.as deleted file mode 100644 index 1e17da32..00000000 --- a/platforma/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