mirror of https://github.com/ceph/go-ceph
rados: fix revive error
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
3b859f8f80
commit
520018f6ef
|
@ -9,9 +9,9 @@ package rados
|
||||||
//
|
//
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
// Ensure that the object exists and that its internal version number is equal
|
// AssertVersion ensures that the object exists and that its internal version
|
||||||
// to "ver" before reading. "ver" should be a version number previously
|
// number is equal to "ver" before reading. "ver" should be a version number
|
||||||
// obtained with IOContext.GetLastVersion().
|
// previously obtained with IOContext.GetLastVersion().
|
||||||
// PREVIEW
|
// PREVIEW
|
||||||
//
|
//
|
||||||
// Implements:
|
// Implements:
|
||||||
|
|
|
@ -9,9 +9,9 @@ package rados
|
||||||
//
|
//
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
// Ensure that the object exists and that its internal version number is equal
|
// AssertVersion ensures that the object exists and that its internal version
|
||||||
// to "ver" before writing. "ver" should be a version number previously
|
// number is equal to "ver" before writing. "ver" should be a version number
|
||||||
// obtained with IOContext.GetLastVersion().
|
// previously obtained with IOContext.GetLastVersion().
|
||||||
// PREVIEW
|
// PREVIEW
|
||||||
//
|
//
|
||||||
// Implements:
|
// Implements:
|
||||||
|
|
Loading…
Reference in New Issue