Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit f0887f3

Browse files
authored
Remove non-actual puzzle (#462)
1 parent 2f03422 commit f0887f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

asto-core/src/main/java/com/artipie/asto/SubStorage.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
* It decorates origin storage and proxies all calls by appending prefix key.
2020
* </p>
2121
* @since 0.21
22-
* @todo #139:30min Implement prefixed transaction support.
23-
* Transaction extends storage, so it's needed to implement all transactions method
24-
* with prefixed key too. Also, create unit tests for sub storage to verify that
25-
* all methods uses prefixed keys.
2622
*/
2723
public final class SubStorage implements Storage {
2824

0 commit comments

Comments
 (0)