source: josm/trunk/src/com/kitfox/svg/SVGConst.java@ 13376

Last change on this file since 13376 was 8084, checked in by bastiK, 9 years ago

add svn:eol-style=native for svgsalamander

  • Property svn:eol-style set to native
File size: 250 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package com.kitfox.svg;
6
7/**
8 *
9 * @author kitfox
10 */
11public interface SVGConst
12{
13 public static final String SVG_LOGGER = "svgSalamandeLogger";
14}
Note: See TracBrowser for help on using the repository browser.