source: java/main/src/main/java/com/framsticks/util/FramsticksUnsupportedOperationException.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
File size: 236 bytes
Line 
1package com.framsticks.util;
2
3/**
4 * @author Piotr Sniegowski
5 */
6public class FramsticksUnsupportedOperationException extends FramsticksException {
7
8        /**
9         *
10         */
11        private static final long serialVersionUID = -8006030446614381094L;
12
13}
Note: See TracBrowser for help on using the repository browser.