Skip to content

Commit 5e6c007

Browse files
committed
Reworked comments with todos
1 parent 58c2cca commit 5e6c007

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main/java/de/s42/dl/io/binary/BinaryDLWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
*
5252
* @author Benjamin Schiller
5353
*/
54-
// @todo https://github.com/studio42gmbh/dl/issues/15 BinaryDLWriter finish first complete version (types, pragmas, requires, annotations, ...)
55-
// @todo see https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/
54+
// @todo https://github.com/studio42gmbh/dl/issues/15 BinaryDLWriter finish first complete version (types, pragmas, requires, annotations, ...) see https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/
5655
public class BinaryDLWriter implements DLWriter
5756
{
5857

src/test/java/de/s42/dl/types/DLTypesTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public void invalidTypeAttributeTypeNotDefined() throws DLException
244244
);
245245
}
246246

247-
// @todo https://github.com/studio42gmbh/dl/issues/12 raise exception when trying to assign into a complex type
248247
@Test(expectedExceptions = InvalidType.class)
249248
public void invalidComplexTypeAssignedInModule() throws DLException
250249
{
@@ -468,7 +467,6 @@ public void aliasRedefineExternTypeAndAliases() throws DLException
468467
);
469468
}
470469

471-
// @todo
472470
@Test
473471
public void invalidAliasRedefineExternTypeAndAliasesLocalDuplicate() throws DLException
474472
{

0 commit comments

Comments
 (0)