Ignore:
Timestamp:
2020-06-07T14:49:02+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19334 - javadoc fixes + protected constructors for abstract classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/AbstractDownloadSourcePanel.java

    r14215 r16553  
    2727     * @param downloadSource The download source this panel is for
    2828     */
    29     public AbstractDownloadSourcePanel(final DownloadSource<T> downloadSource) {
     29    protected AbstractDownloadSourcePanel(final DownloadSource<T> downloadSource) {
    3030        Objects.requireNonNull(downloadSource);
    3131        this.downloadSource = downloadSource;
Note: See TracChangeset for help on using the changeset viewer.