add comment to missing modifyRepo
authorJosef Reidinger <jreidinger@suse.cz>
Tue, 8 Jul 2008 14:40:17 +0000 (14:40 +0000)
committerJosef Reidinger <jreidinger@suse.cz>
Tue, 8 Jul 2008 14:40:17 +0000 (14:40 +0000)
zypp/RepoManager.h

index 0ebcdff..d004d2b 100644 (file)
@@ -558,7 +558,7 @@ namespace zypp
      *     int priority;
      *   public:
      *     ChangePriority(int prio) : priority(prio) {}
-     *     void doIt( RepoInfo info ) { info.setPriority(priority); }
+     *     void doIt( RepoInfo info ) { info.setPriority(priority); } //missing rewrite priority back via RepoManager::modifyRepo
      * }
      *
      * //somewhere in code