Skip to content

Commit

Permalink
(#106) Fix puzzles
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-3 committed Jan 8, 2022
1 parent 2d4651e commit fb58578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* The enum of 'iuType' field values
* of {@link org.fusionsoft.database.mapping.fields.DbdColumnFields}.
* @since 0.1
* @todo 40:30min Refactor of class, split 'number' types.
* @todo #40:30min Refactor of class, split 'number' types.
*/
public enum IuTypeValues implements Text {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* The interface representing how to interchange column data of some type.
* @since 0.1
* @todo 106:60min Finish implementing classes of ValueFormat iface.
* @todo #106:60min Finish implementing classes of ValueFormat iface.
*/
public interface ValueFormat {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* The type of db schema Objects of DBD/schemas/#schema node.
* @since 0.1
* @todo 40:90min Implement parsing all of objects from DbdSchemaMapping
* @todo #40:90min Implement parsing all of objects from DbdSchemaMapping
* @checkstyle ClassDataAbstractionCouplingCheck (100 lines)
*/
public class ObjectsOfDbdSchemaMapping extends DefaultObjectsJoined {
Expand Down

0 comments on commit fb58578

Please sign in to comment.