Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

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

    r8510 r8840  
    1212import java.nio.charset.StandardCharsets;
    1313
    14 import oauth.signpost.OAuthConsumer;
    15 import oauth.signpost.exception.OAuthException;
    16 
    1714import org.openstreetmap.josm.Main;
    1815import org.openstreetmap.josm.data.oauth.OAuthParameters;
     
    2320import org.openstreetmap.josm.tools.Base64;
    2421
     22import oauth.signpost.OAuthConsumer;
     23import oauth.signpost.exception.OAuthException;
     24
    2525/**
    2626 * Base class that handles common things like authentication for the reader and writer
     
    3030 */
    3131public class OsmConnection {
    32     protected boolean cancel = false;
     32    protected boolean cancel;
    3333    protected HttpURLConnection activeConnection;
    3434    protected OAuthParameters oauthParameters;
Note: See TracChangeset for help on using the changeset viewer.