Skip to content

Commit

Permalink
Fixed spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
SherifWaly committed Jan 26, 2017
1 parent 43fbcc0 commit f13c6d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/java/com/amihaiemil/camel/YamlDump.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
* @since 1.0.0
*
* @todo #30:30m/DEV This interface should have 3 implementor classes:
* YamlObjectDump, YamlMapDump and YamlCollectionDump.
* Each of these classes will encapsulate and serialize the
* mentioned types (i.e. Object, Map<Object, Object> and Collection<Object>).
* The return type or method ``represent()`` should be overridden with the
* proper subtype (e.g. YamlObjectDump will have the method
* ``YamlMapping represent() {...}``
* YamlObjectDump, YamlMapDump and YamlCollectionDump.
* Each of these classes will encapsulate and serialize the
* mentioned types (i.e. Object, Map<Object, Object> and Collection<Object>).
* The return type or method ``represent()`` should be overridden with the
* proper subtype (e.g. YamlObjectDump will have the method
* ``YamlMapping represent() {...}``
*
* @todo #30:30m/DEV Add method ``serlialize()`` in YamlNode interface
* and implement it in the YamlNode implementors (e.g. Scalar) to serlialize
* it and return the Yaml node as a Yaml tree.
* and implement it in the YamlNode implementors (e.g. Scalar) to serlialize
* it and return the Yaml node as a Yaml tree.
*
* @todo #30:30m/Dev Add method ``present()`` in YamlNode interface or
* ``toString()`` method could do its job.
* ``toString()`` method could do its job.
*
*/
public interface YamlDump {
Expand Down

0 comments on commit f13c6d1

Please sign in to comment.