Skip to content

Commit 7302ca9

Browse files
committed
Small fixes
1 parent 0cd83aa commit 7302ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scheme/src/main/java/tech/ydb/scheme/description/DescribePathResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public SchemeOperationProtos.Entry getSelf() {
2525
}
2626

2727
public Entry getEntry() {
28-
return this.entry;
28+
return entry;
2929
}
3030
}

scheme/src/main/java/tech/ydb/scheme/description/Entry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String getOwner() {
3636
}
3737

3838
/**
39-
* Size of entry in bytes. Currently filled for:
39+
* Approximate size of entry in bytes. Currently filled for:
4040
* <ul>
4141
* <li> TABLE </li>
4242
* <li> DATABASE </li>

0 commit comments

Comments
 (0)