Ignore:
Timestamp:
Feb 9, 2017, 7:46:15 PM (7 years ago)
Author:
casties
Branch:
default
Message:

fix bug with empty username. add logging for JSON exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorResourceImpl.java

    r95 r102  
    639639            }
    640640        } catch (JSONException e) {
    641             // nothing to do
     641            logger.warning(e.toString());
    642642        }
    643643        try {
     
    656656            }
    657657        } catch (JSONException e) {
    658             // nothing to do
     658            logger.warning(e.toString());
    659659        }
    660660        // deprecated areas type
     
    670670            }
    671671        } catch (JSONException e) {
    672             // nothing to do
     672            logger.warning(e.toString());
    673673        }
    674674        // no fragment is an error
Note: See TracChangeset for help on using the changeset viewer.