Ignore:
Timestamp:
2015-05-22T01:39:47+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - A close curly brace should be located at the beginning of a line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

    r8403 r8413  
    410410                    }
    411411                }
    412             } catch (NumberFormatException e) {} //ignore malformed Cache-Control headers
     412            } catch (NumberFormatException e) {
     413                // ignore malformed Cache-Control headers
     414            }
    413415        }
    414416
Note: See TracChangeset for help on using the changeset viewer.