doc: Fix javadoc links to new url for framing_format.txt (#565)
This commit is contained in:
parent
4752b963a0
commit
2e7b665b0f
|
@ -28,7 +28,7 @@ import org.xerial.snappy.pool.DefaultPoolFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements the <a
|
* Implements the <a
|
||||||
* href="http://snappy.googlecode.com/svn/trunk/framing_format.txt"
|
* href="https://github.com/google/snappy/blob/main/framing_format.txt"
|
||||||
* >x-snappy-framed</a> as an {@link InputStream} and
|
* >x-snappy-framed</a> as an {@link InputStream} and
|
||||||
* {@link ReadableByteChannel}.
|
* {@link ReadableByteChannel}.
|
||||||
*
|
*
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.xerial.snappy.pool.DefaultPoolFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements the <a
|
* Implements the <a
|
||||||
* href="http://snappy.googlecode.com/svn/trunk/framing_format.txt"
|
* href="https://github.com/google/snappy/blob/main/framing_format.txt"
|
||||||
* >x-snappy-framed</a> as an {@link OutputStream} and
|
* >x-snappy-framed</a> as an {@link OutputStream} and
|
||||||
* {@link WritableByteChannel}.
|
* {@link WritableByteChannel}.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue