Ignore:
Timestamp:
2016-07-25T09:15:56+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the same class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/MapImage.java

    r10611 r10634  
    100100                .setOptional(true)
    101101                .getInBackground((ImageCallback) result -> {
    102                     synchronized (MapImage.this) {
     102                    synchronized (this) {
    103103                        if (result == null) {
    104104                            source.logWarning(tr("Failed to locate image ''{0}''", name));
Note: See TracChangeset for help on using the changeset viewer.