Changes between Initial Version and Version 1 of Ticket #8612, comment 24


Ignore:
Timestamp:
2013-04-18T17:52:58+02:00 (11 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8612, comment 24

    initial v1  
    1 Fixed Wikipedia in [o29511] (sorry for unused import). Maybe it is better to make constructor of AddTagsDialog private now and add extra static methods?
     1Fixed Wikipedia in [o29511] (sorry for unused import).
     2
     3Maybe it is better to make constructor of AddTagsDialog private now and add extra static methods? static methods contain confirmation skipping logic while constructor does not...
     4{{{#!java
     5public static void addTags(String[][] keyValue) {
     6    addTags(keyValue, "");
     7}
     8}}}