Fixes issue 27.
This commit is contained in:
parent
f990526b52
commit
d21db44a70
|
@ -1 +1 @@
|
|||
7eafb7683a3741d8747c7a78ca2fedf32cd19e69 wiki
|
||||
e128a6e728fb227ccba98267ebf181fafc56fddf wiki
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -87,6 +87,7 @@
|
|||
<charset>UTF-8</charset>
|
||||
<locale>en_US</locale>
|
||||
<show>public</show>
|
||||
<stylesheetfile>stylesheet.css</stylesheetfile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
package org.xerial.snappy;
|
||||
|
||||
/**
|
||||
* Used when serious errors (unchecked exception) in snappy-java are observed.
|
||||
* Used when serious errors (unchecked exception) are observed.
|
||||
*
|
||||
* @author leo
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue