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