Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 09bd6cc

Browse files
author
Mikhail Yakushin
committed
#237 - Removed resolved puzzles.
1 parent 0aab103 commit 09bd6cc

File tree

6 files changed

+1
-16
lines changed

6 files changed

+1
-16
lines changed

src/main/java/com/driver733/vkmusicuploader/post/WatchDirs.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@
4848
* Tracks the specified folder for changes
4949
* and restarts the processing.
5050
*
51-
*
52-
*
5351
* @since 0.1
54-
* @todo #11 Create a test class for the current class.
5552
*/
5653
@Immutable
5754
public final class WatchDirs {

src/main/java/com/driver733/vkmusicuploader/wallpost/attachment/AttachmentCachedAudio.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@
4848
* uploaded and returns a fake a real
4949
* query accordingly.
5050
*
51-
*
52-
*
5351
* @since 0.1
54-
* @todo #6 Test this class.
5552
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
5653
*/
5754
@Immutable

src/main/java/com/driver733/vkmusicuploader/wallpost/attachment/AttachmentWallPhotos.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242
* uploaded and returns a fake a real
4343
* query accordingly.
4444
*
45-
*
46-
*
4745
* @since 0.1
48-
* @todo #6 Test the class.
4946
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
5047
*/
5148
@Immutable

src/main/java/com/driver733/vkmusicuploader/wallpost/attachment/upload/UploadWallPhoto.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
* Constructs a query for uploading a photo
3939
* to the wall.
4040
*
41-
*
42-
*
4341
* @since 0.1
44-
* @todo #16 Move FallbackScalar handing to a new class.
4542
*/
4643
@Immutable
4744
public final class UploadWallPhoto

src/test/java/com/driver733/vkmusicuploader/wallpost/attachment/message/ID3v1AnnotatedSafeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void invalid()
191191
}
192192

193193
/**
194-
* A @todo #21 Figure out why year tag is not working.
194+
* A @todo #40 Figure out why year tag is not working.
195195
*/
196196
@Test
197197
public void fix() {

src/test/java/com/driver733/vkmusicuploader/wallpost/attachment/support/IdsMapTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
/**
4040
* Test for {@link IdsMap}.
4141
*
42-
*
43-
*
4442
* @since 0.1
45-
* @todo #22 Write tests for the exceptions.
4643
* @checkstyle JavadocMethodCheck (500 lines)
4744
*/
4845
@Immutable

0 commit comments

Comments
 (0)