[S2GRAPH-160]: Remove warning while package.

JIRA:
    [S2GRAPH-160] https://issues.apache.org/jira/browse/S2GRAPH-160

Pull Request:
    Closes #120

Author
    DO YUNG YOON <steams...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/b7fc8085
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/b7fc8085
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/b7fc8085

Branch: refs/heads/master
Commit: b7fc8085cd3a459e75adb02d7f80221ec7a552fd
Parents: ce95fd8 843cdbc
Author: DO YUNG YOON <steams...@apache.org>
Authored: Sat Aug 12 06:38:56 2017 +0900
Committer: DO YUNG YOON <steams...@apache.org>
Committed: Sat Aug 12 06:40:40 2017 +0900

----------------------------------------------------------------------
 CHANGES                                         |  1 +
 .../apache/s2graph/core/ExceptionHandler.scala  |  2 +-
 .../org/apache/s2graph/core/JSONParser.scala    | 11 ++--
 .../org/apache/s2graph/core/Management.scala    |  6 +-
 .../org/apache/s2graph/core/QueryResult.scala   |  4 +-
 .../scala/org/apache/s2graph/core/S2Edge.scala  | 10 +--
 .../scala/org/apache/s2graph/core/S2Graph.scala | 67 ++++++++++----------
 .../apache/s2graph/core/S2GraphFactory.scala    |  2 +-
 .../org/apache/s2graph/core/S2Property.scala    |  1 -
 .../org/apache/s2graph/core/mysqls/Bucket.scala |  2 +-
 .../org/apache/s2graph/core/mysqls/Label.scala  |  4 +-
 .../s2graph/core/rest/RequestParser.scala       |  5 +-
 .../apache/s2graph/core/storage/SKeyValue.scala |  2 +-
 .../apache/s2graph/core/storage/Storage.scala   | 32 +++++-----
 .../core/storage/hbase/AsynchbaseStorage.scala  | 12 ++--
 .../tall/IndexEdgeDeserializable.scala          |  6 +-
 .../wide/IndexEdgeDeserializable.scala          |  6 +-
 .../org/apache/s2graph/rest/netty/Server.scala  |  1 +
 .../apache/s2graph/rest/play/Bootstrap.scala    |  2 +-
 .../rest/play/controllers/AdminController.scala |  2 +-
 .../rest/play/controllers/EdgeController.scala  |  4 +-
 21 files changed, 91 insertions(+), 91 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b7fc8085/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 858df20,74041bc..b26f868
--- a/CHANGES
+++ b/CHANGES
@@@ -19,41 -19,10 +19,42 @@@
  
   Change Log
  
 -Release 0.1.0 - unreleased
 +Release Notes - S2Graph - Version 0.2.0
 +
 +** Sub-task
 +    * [S2GRAPH-129] - Restrict direct access on Edge's properties from other 
classes.
 +    * [S2GRAPH-130] - Edge.propsWithTs data type should be changed into 
mutable to support setter interface exist in tp3.
 +    * [S2GRAPH-131] - Add actual implementation on interfaces from TinkerPop3 
structure package.
 +    * [S2GRAPH-148] - Provide Gremlin Plugin
 +    * [S2GRAPH-152] - Add IndexType on Management's createIndex
 +    * [S2GRAPH-153] - Implement IndexProvider(for Mixed IndexType) class
 +    * [S2GRAPH-157] - Check proper apache license header on all files for 
release 0.2.0
 +    * [S2GRAPH-158] - Bug fix on String type InnerVal encoding to use UTF-8 
charsetName.
++    * [S2GRAPH-160] - Remove warning while package
 +    * [S2GRAPH-161] - Update CHANGES file with correct release version
 +
 +** Bug
 +    * [S2GRAPH-159] - Wrong syntax at a bash script under Linux
 +
 +** Improvement
 +    * [S2GRAPH-72] - Support Apache TinkerPop and Gremlin
 +    * [S2GRAPH-121] - Create `Result` class to hold traverse result edges.
 +    * [S2GRAPH-122] - Change data types of Edge/IndexEdge/SnapshotEdge.
 +    * [S2GRAPH-132] - Support buffering for 'Increment RPC'
 +    * [S2GRAPH-133] - Deprecating Vagrant environment.
 +    * [S2GRAPH-135] - Change the way LabelIndexOption is implemented and 
improve it
 +    
 +** New Feature
 +    * [S2GRAPH-123] - Support different index on out/in direction.
 +    * [S2GRAPH-125] - Add options field on Label model for controlling 
advanced options.
  
 -  NEW FEATURES
 +** Task
      
 +
 +Release 0.1.0 - Released
 +
 +  NEW FEATURES
 +
      S2GRAPH-34: Provide option to select which field in edge's properties to 
run timeDecay function (Committed by DOYUNG YOON).
  
      S2GRAPH-35: Provide normalize option on query (Committed by DOYUNG YOON).

Reply via email to