source: josm/trunk/src/org/openstreetmap/josm/gui/oauth/package-info.java@ 12204

Last change on this file since 12204 was 8624, checked in by bastiK, 9 years ago

add missing svn:eol-style=native

  • Property svn:eol-style set to native
File size: 248 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides GUI classes for handling OAuth authentication to OSM API.
5 * Backend is <a href="https://github.com/mttkay/signpost">OAuth Signpost</a>.
6 */
7package org.openstreetmap.josm.gui.oauth;
Note: See TracBrowser for help on using the repository browser.