source:
josm/trunk/src/org/tukaani/xz/IndexIndicatorException.java@
15851
Last change on this file since 15851 was 13350, checked in by , 7 years ago | |
---|---|
File size: 320 bytes |
Rev | Line | |
---|---|---|
[13350] | 1 | /* |
2 | * IndexIndicatorException | |
3 | * | |
4 | * Author: Lasse Collin <lasse.collin@tukaani.org> | |
5 | * | |
6 | * This file has been put into the public domain. | |
7 | * You can do whatever you want with this file. | |
8 | */ | |
9 | ||
10 | package org.tukaani.xz; | |
11 | ||
12 | class IndexIndicatorException extends Exception { | |
13 | private static final long serialVersionUID = 1L; | |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.