We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd83aa commit 7302ca9Copy full SHA for 7302ca9
scheme/src/main/java/tech/ydb/scheme/description/DescribePathResult.java
@@ -25,6 +25,6 @@ public SchemeOperationProtos.Entry getSelf() {
25
}
26
27
public Entry getEntry() {
28
- return this.entry;
+ return entry;
29
30
scheme/src/main/java/tech/ydb/scheme/description/Entry.java
@@ -36,7 +36,7 @@ public String getOwner() {
36
37
38
/**
39
- * Size of entry in bytes. Currently filled for:
+ * Approximate size of entry in bytes. Currently filled for:
40
* <ul>
41
* <li> TABLE </li>
42
* <li> DATABASE </li>
0 commit comments