Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (4 weeks ago)
Author:
taylor.smock
Message:

Revert most var changes from r19048, fix most new compile warnings and checkstyle issues

Also, document why various ErrorProne checks were originally disabled and fix
generic SonarLint issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/UploadStrategySelectionPanel.java

    r18283 r19050  
    212212        UploadStrategySpecification spec = new UploadStrategySpecification();
    213213        if (strategy != null) {
    214             switch(strategy) {
     214            switch (strategy) {
    215215            case CHUNKED_DATASET_STRATEGY:
    216216                spec.setStrategy(strategy).setChunkSize(getChunkSize());
     
    389389            if (strategy == null)
    390390                return;
    391             switch(strategy) {
     391            switch (strategy) {
    392392            case CHUNKED_DATASET_STRATEGY:
    393393                tfChunkSize.setEnabled(true);
Note: See TracChangeset for help on using the changeset viewer.