Ignore:
Timestamp:
2010-09-15T18:56:19+02:00 (15 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/livegps/src/org/json/JSONString.java ΒΆ

    r21622 r23191  
    99 */
    1010public interface JSONString {
    11         /**
    12         * The <code>toJSONString</code> method allows a class to produce its own JSON
    13         * serialization.
    14         *
    15         * @return A strictly syntactically correct JSON text.
    16         */
    17         public String toJSONString();
     11    /**
     12    * The <code>toJSONString</code> method allows a class to produce its own JSON
     13    * serialization.
     14    *
     15    * @return A strictly syntactically correct JSON text.
     16    */
     17    public String toJSONString();
    1818}
Note: See TracChangeset for help on using the changeset viewer.