Apply style rules on whole sal-rest-connector
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / gson / JsonParser.java
index f3b61de45768aaf63a992e883c0cbf19b25fec74..a784be2adca3128cfc74134a3dcd9267528f5538 100644 (file)
@@ -22,8 +22,8 @@ import java.io.EOFException;
 import java.io.IOException;
 
 /**
- * This class parses JSON elements from a gson JsonReader. It disallows multiple
- * elements of the same name unlike the default gson JsonParser."
+ * This class parses JSON elements from a gson JsonReader. It disallows multiple elements of the same name unlike the
+ * default gson JsonParser."
  */
 public class JsonParser {
     public JsonElement parse(JsonReader reader) throws JsonIOException, JsonSyntaxException {