From: Aaron Schulz Date: Thu, 8 Dec 2011 19:02:36 +0000 (+0000) Subject: Removed swift subclass comments from r99546 (that is an extension and it will be... X-Git-Tag: 1.31.0-rc.0~26125 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=9b8c83adb4503a5dcff162df571d6da4a4afacc1;p=lhc%2Fweb%2Fwiklou.git Removed swift subclass comments from r99546 (that is an extension and it will be done differently as well) --- diff --git a/includes/filerepo/README b/includes/filerepo/README index 7323af09fb..885a1deddd 100644 --- a/includes/filerepo/README +++ b/includes/filerepo/README @@ -47,7 +47,6 @@ File defines an abstract class File. LocalFile extends File. ForeignDBFile extends LocalFile Image extends LocalFile - SwiftFile extends LocalFile UnregisteredLocalFile extends File. UploadStashFile extends UnregisteredLocalFile. FileRepo defines an abstract class FileRepo. @@ -56,8 +55,6 @@ FileRepo defines an abstract class FileRepo. LocalRepo extends FSRepo ForeignDBRepo extends LocalRepo ForeignDBViaLBRepo extends LocalRepo - SwiftRepo extends LocalRepo NullRepo extends FileRepo Russ Nelson, March 2011 -