Modify license information.
[vfc/nfvo/wfengine.git] / rest-client / src / main / java / org / openo / baseservice / roa / util / ReaderHelper.java
index 86124cf..85e4f56 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ * Copyright 2016 Huawei Technologies Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -25,7 +25,7 @@ import java.io.Reader;
  * </p>
  * 
  * @author
- * @version SDNO 0.5 31-May-2016
+ * @version   31-May-2016
  */
 public class ReaderHelper {
 
@@ -36,7 +36,7 @@ public class ReaderHelper {
      * <p>
      * </p>
      * 
-     * @since SDNO 0.5
+     * @since  
      * @param reader
      */
     public ReaderHelper(final Reader reader) {
@@ -50,7 +50,7 @@ public class ReaderHelper {
      * Gets the next line.<br/>
      * 
      * @return line if present else null.
-     * @since SDNO 0.5
+     * @since  
      */
     public String getLine() {
         if(ite != null && ite.hasNext()) {