From c4b951ca44370364056373f506b4aa6f207d90bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Sun, 20 Nov 2022 21:39:30 +0800 Subject: [PATCH] fix license header --- .../main/java/org/apache/hugegraph/api/API.java | 2 -- .../org/apache/hugegraph/api/auth/AccessAPI.java | 2 -- .../org/apache/hugegraph/api/auth/BelongAPI.java | 6 ++---- .../org/apache/hugegraph/api/auth/GroupAPI.java | 16 +++++++--------- .../org/apache/hugegraph/api/auth/LoginAPI.java | 9 +++------ .../apache/hugegraph/api/auth/ProjectAPI.java | 6 ++---- .../org/apache/hugegraph/api/auth/TargetAPI.java | 6 ++---- .../org/apache/hugegraph/api/auth/UserAPI.java | 6 ++---- .../api/filter/AuthenticationFilter.java | 2 -- .../api/filter/CompressInterceptor.java | 2 -- .../api/filter/DecompressInterceptor.java | 2 -- .../hugegraph/api/filter/ExceptionFilter.java | 2 -- .../hugegraph/api/filter/LoadDetectFilter.java | 2 -- .../hugegraph/api/filter/LoadReleaseFilter.java | 2 -- .../hugegraph/api/filter/StatusFilter.java | 2 -- .../org/apache/hugegraph/api/graph/BatchAPI.java | 2 -- .../org/apache/hugegraph/api/graph/EdgeAPI.java | 2 -- .../apache/hugegraph/api/graph/VertexAPI.java | 2 -- .../apache/hugegraph/api/gremlin/CypherAPI.java | 2 -- .../apache/hugegraph/api/gremlin/GremlinAPI.java | 2 -- .../hugegraph/api/gremlin/GremlinClient.java | 2 -- .../hugegraph/api/gremlin/GremlinQueryAPI.java | 2 -- .../apache/hugegraph/api/job/AlgorithmAPI.java | 2 -- .../apache/hugegraph/api/job/ComputerAPI.java | 2 -- .../org/apache/hugegraph/api/job/GremlinAPI.java | 2 -- .../org/apache/hugegraph/api/job/RebuildAPI.java | 2 -- .../org/apache/hugegraph/api/job/TaskAPI.java | 2 -- .../apache/hugegraph/api/metrics/MetricsAPI.java | 2 -- .../apache/hugegraph/api/profile/GraphsAPI.java | 2 -- .../apache/hugegraph/api/profile/ProfileAPI.java | 2 -- .../apache/hugegraph/api/profile/VersionAPI.java | 2 -- .../org/apache/hugegraph/api/raft/RaftAPI.java | 2 -- .../hugegraph/api/schema/EdgeLabelAPI.java | 2 -- .../hugegraph/api/schema/IndexLabelAPI.java | 2 -- .../hugegraph/api/schema/PropertyKeyAPI.java | 2 -- .../apache/hugegraph/api/schema/SchemaAPI.java | 2 -- .../hugegraph/api/schema/VertexLabelAPI.java | 2 -- .../hugegraph/api/traversers/AdamicAdarAPI.java | 2 -- .../api/traversers/AllShortestPathsAPI.java | 2 -- .../hugegraph/api/traversers/CountAPI.java | 2 -- .../hugegraph/api/traversers/CrosspointsAPI.java | 2 -- .../api/traversers/CustomizedCrosspointsAPI.java | 2 -- .../api/traversers/CustomizedPathsAPI.java | 2 -- .../hugegraph/api/traversers/EdgesAPI.java | 2 -- .../api/traversers/FusiformSimilarityAPI.java | 2 -- .../api/traversers/JaccardSimilarityAPI.java | 2 -- .../hugegraph/api/traversers/KneighborAPI.java | 2 -- .../apache/hugegraph/api/traversers/KoutAPI.java | 2 -- .../api/traversers/MultiNodeShortestPathAPI.java | 2 -- .../api/traversers/NeighborRankAPI.java | 2 -- .../hugegraph/api/traversers/PathsAPI.java | 2 -- .../api/traversers/PersonalRankAPI.java | 2 -- .../apache/hugegraph/api/traversers/RaysAPI.java | 2 -- .../api/traversers/ResourceAllocationAPI.java | 2 -- .../hugegraph/api/traversers/RingsAPI.java | 2 -- .../api/traversers/SameNeighborsAPI.java | 2 -- .../api/traversers/ShortestPathAPI.java | 2 -- .../traversers/SingleSourceShortestPathAPI.java | 2 -- .../api/traversers/TemplatePathsAPI.java | 2 -- .../hugegraph/api/traversers/TraverserAPI.java | 2 -- .../hugegraph/api/traversers/Vertices.java | 2 -- .../hugegraph/api/traversers/VerticesAPI.java | 2 -- .../api/traversers/WeightedShortestPathAPI.java | 2 -- .../hugegraph/api/variables/VariablesAPI.java | 2 -- .../hugegraph/auth/ConfigAuthenticator.java | 2 -- .../hugegraph/auth/ContextGremlinServer.java | 2 -- .../apache/hugegraph/auth/HugeAuthenticator.java | 2 -- .../hugegraph/auth/HugeFactoryAuthProxy.java | 2 -- .../hugegraph/auth/HugeGraphAuthProxy.java | 2 -- .../hugegraph/auth/StandardAuthenticator.java | 2 -- .../auth/WsAndHttpBasicAuthHandler.java | 2 -- .../apache/hugegraph/config/ServerOptions.java | 2 -- .../org/apache/hugegraph/core/GraphManager.java | 2 -- .../org/apache/hugegraph/define/Checkable.java | 2 -- .../apache/hugegraph/define/UpdateStrategy.java | 2 -- .../org/apache/hugegraph/define/WorkLoad.java | 2 -- .../hugegraph/license/LicenseVerifier.java | 2 -- .../hugegraph/license/LicenseVerifyManager.java | 2 -- .../apache/hugegraph/metrics/MetricsModule.java | 2 -- .../apache/hugegraph/metrics/MetricsUtil.java | 2 -- .../apache/hugegraph/metrics/ServerReporter.java | 2 -- .../apache/hugegraph/metrics/SystemMetrics.java | 2 -- .../hugegraph/rpc/RpcClientProviderWithAuth.java | 2 -- .../hugegraph/serializer/JsonSerializer.java | 2 -- .../apache/hugegraph/serializer/Serializer.java | 2 -- .../hugegraph/server/ApplicationConfig.java | 2 -- .../org/apache/hugegraph/server/RestServer.java | 2 -- .../org/apache/hugegraph/version/ApiVersion.java | 2 -- .../store/cassandra/CassandraBackendEntry.java | 2 -- .../store/cassandra/CassandraEntryIterator.java | 2 -- .../store/cassandra/CassandraFeatures.java | 2 -- .../store/cassandra/CassandraMetrics.java | 2 -- .../store/cassandra/CassandraOptions.java | 2 -- .../store/cassandra/CassandraSerializer.java | 2 -- .../store/cassandra/CassandraSessionPool.java | 2 -- .../backend/store/cassandra/CassandraShard.java | 2 -- .../backend/store/cassandra/CassandraStore.java | 2 -- .../store/cassandra/CassandraStoreProvider.java | 2 -- .../backend/store/cassandra/CassandraTable.java | 2 -- .../backend/store/cassandra/CassandraTables.java | 2 -- .../java/org/apache/hugegraph/HugeException.java | 2 -- .../java/org/apache/hugegraph/HugeFactory.java | 2 -- .../java/org/apache/hugegraph/HugeGraph.java | 2 -- .../org/apache/hugegraph/HugeGraphParams.java | 2 -- .../org/apache/hugegraph/StandardHugeGraph.java | 2 -- .../org/apache/hugegraph/analyzer/Analyzer.java | 2 -- .../hugegraph/analyzer/AnalyzerFactory.java | 2 -- .../apache/hugegraph/analyzer/AnsjAnalyzer.java | 2 -- .../apache/hugegraph/analyzer/HanLPAnalyzer.java | 2 -- .../apache/hugegraph/analyzer/IKAnalyzer.java | 2 -- .../apache/hugegraph/analyzer/JcsegAnalyzer.java | 2 -- .../apache/hugegraph/analyzer/JiebaAnalyzer.java | 2 -- .../hugegraph/analyzer/MMSeg4JAnalyzer.java | 2 -- .../hugegraph/analyzer/SmartCNAnalyzer.java | 2 -- .../org/apache/hugegraph/auth/AuthConstant.java | 2 -- .../org/apache/hugegraph/auth/AuthManager.java | 2 -- .../org/apache/hugegraph/auth/EntityManager.java | 2 -- .../org/apache/hugegraph/auth/HugeAccess.java | 2 -- .../org/apache/hugegraph/auth/HugeBelong.java | 2 -- .../org/apache/hugegraph/auth/HugeGroup.java | 2 -- .../apache/hugegraph/auth/HugePermission.java | 2 -- .../org/apache/hugegraph/auth/HugeProject.java | 2 -- .../org/apache/hugegraph/auth/HugeResource.java | 2 -- .../org/apache/hugegraph/auth/HugeTarget.java | 2 -- .../java/org/apache/hugegraph/auth/HugeUser.java | 2 -- .../hugegraph/auth/RelationshipManager.java | 2 -- .../apache/hugegraph/auth/ResourceObject.java | 2 -- .../org/apache/hugegraph/auth/ResourceType.java | 2 -- .../apache/hugegraph/auth/RolePermission.java | 2 -- .../org/apache/hugegraph/auth/SchemaDefine.java | 2 -- .../hugegraph/auth/StandardAuthManager.java | 2 -- .../apache/hugegraph/auth/TokenGenerator.java | 2 -- .../org/apache/hugegraph/auth/UserWithRole.java | 2 -- .../hugegraph/backend/BackendException.java | 2 -- .../apache/hugegraph/backend/LocalCounter.java | 2 -- .../apache/hugegraph/backend/Transaction.java | 2 -- .../hugegraph/backend/cache/AbstractCache.java | 2 -- .../apache/hugegraph/backend/cache/Cache.java | 2 -- .../hugegraph/backend/cache/CacheManager.java | 2 -- .../hugegraph/backend/cache/CacheNotifier.java | 2 -- .../backend/cache/CachedBackendStore.java | 2 -- .../backend/cache/CachedGraphTransaction.java | 2 -- .../backend/cache/CachedSchemaTransaction.java | 2 -- .../hugegraph/backend/cache/LevelCache.java | 2 -- .../hugegraph/backend/cache/OffheapCache.java | 2 -- .../apache/hugegraph/backend/cache/RamCache.java | 2 -- .../org/apache/hugegraph/backend/id/EdgeId.java | 2 -- .../java/org/apache/hugegraph/backend/id/Id.java | 2 -- .../apache/hugegraph/backend/id/IdGenerator.java | 2 -- .../org/apache/hugegraph/backend/id/IdUtil.java | 2 -- .../backend/id/SnowflakeIdGenerator.java | 2 -- .../backend/id/SplicingIdGenerator.java | 2 -- .../apache/hugegraph/backend/page/IdHolder.java | 2 -- .../hugegraph/backend/page/IdHolderList.java | 2 -- .../backend/page/PageEntryIterator.java | 2 -- .../apache/hugegraph/backend/page/PageIds.java | 2 -- .../apache/hugegraph/backend/page/PageInfo.java | 2 -- .../apache/hugegraph/backend/page/PageState.java | 2 -- .../apache/hugegraph/backend/page/QueryList.java | 2 -- .../backend/page/SortByCountIdHolderList.java | 2 -- .../hugegraph/backend/query/Aggregate.java | 2 -- .../backend/query/BatchConditionQuery.java | 2 -- .../hugegraph/backend/query/Condition.java | 2 -- .../hugegraph/backend/query/ConditionQuery.java | 2 -- .../backend/query/ConditionQueryFlatten.java | 2 -- .../hugegraph/backend/query/IdPrefixQuery.java | 2 -- .../apache/hugegraph/backend/query/IdQuery.java | 2 -- .../hugegraph/backend/query/IdRangeQuery.java | 2 -- .../apache/hugegraph/backend/query/Query.java | 2 -- .../hugegraph/backend/query/QueryResults.java | 2 -- .../backend/serializer/AbstractSerializer.java | 2 -- .../backend/serializer/BinaryBackendEntry.java | 2 -- .../backend/serializer/BinaryEntryIterator.java | 2 -- .../serializer/BinaryScatterSerializer.java | 2 -- .../backend/serializer/BinarySerializer.java | 2 -- .../backend/serializer/BytesBuffer.java | 2 -- .../backend/serializer/GraphSerializer.java | 2 -- .../backend/serializer/MergeIterator.java | 2 -- .../backend/serializer/SchemaSerializer.java | 2 -- .../backend/serializer/SerializerFactory.java | 2 -- .../backend/serializer/TableBackendEntry.java | 2 -- .../backend/serializer/TableSerializer.java | 2 -- .../backend/serializer/TextBackendEntry.java | 2 -- .../backend/serializer/TextSerializer.java | 2 -- .../backend/store/AbstractBackendStore.java | 2 -- .../store/AbstractBackendStoreProvider.java | 2 -- .../hugegraph/backend/store/BackendAction.java | 2 -- .../hugegraph/backend/store/BackendEntry.java | 2 -- .../backend/store/BackendEntryIterator.java | 2 -- .../hugegraph/backend/store/BackendFeatures.java | 2 -- .../hugegraph/backend/store/BackendMetrics.java | 2 -- .../hugegraph/backend/store/BackendMutation.java | 2 -- .../backend/store/BackendProviderFactory.java | 2 -- .../hugegraph/backend/store/BackendSession.java | 2 -- .../backend/store/BackendSessionPool.java | 2 -- .../hugegraph/backend/store/BackendStore.java | 2 -- .../backend/store/BackendStoreInfo.java | 2 -- .../backend/store/BackendStoreProvider.java | 2 -- .../hugegraph/backend/store/BackendTable.java | 2 -- .../hugegraph/backend/store/MetaDispatcher.java | 2 -- .../hugegraph/backend/store/MetaHandler.java | 2 -- .../apache/hugegraph/backend/store/Shard.java | 2 -- .../backend/store/SystemSchemaStore.java | 2 -- .../hugegraph/backend/store/TableDefine.java | 2 -- .../backend/store/memory/InMemoryDBStore.java | 2 -- .../store/memory/InMemoryDBStoreProvider.java | 2 -- .../backend/store/memory/InMemoryDBTable.java | 2 -- .../backend/store/memory/InMemoryDBTables.java | 2 -- .../backend/store/memory/InMemoryMetrics.java | 2 -- .../backend/store/raft/RaftAddPeerJob.java | 2 -- .../backend/store/raft/RaftBackendStore.java | 2 -- .../store/raft/RaftBackendStoreProvider.java | 2 -- .../backend/store/raft/RaftClosure.java | 2 -- .../backend/store/raft/RaftContext.java | 2 -- .../backend/store/raft/RaftException.java | 2 -- .../backend/store/raft/RaftGroupManager.java | 2 -- .../backend/store/raft/RaftGroupManagerImpl.java | 2 -- .../hugegraph/backend/store/raft/RaftNode.java | 2 -- .../backend/store/raft/RaftRemovePeerJob.java | 2 -- .../hugegraph/backend/store/raft/RaftResult.java | 2 -- .../backend/store/raft/RaftStoreClosure.java | 2 -- .../backend/store/raft/StoreCommand.java | 2 -- .../backend/store/raft/StoreSerializer.java | 2 -- .../backend/store/raft/StoreSnapshotFile.java | 2 -- .../backend/store/raft/StoreStateMachine.java | 2 -- .../store/raft/rpc/ListPeersProcessor.java | 2 -- .../backend/store/raft/rpc/RpcForwarder.java | 2 -- .../store/raft/rpc/SetLeaderProcessor.java | 2 -- .../store/raft/rpc/StoreCommandProcessor.java | 2 -- .../hugegraph/backend/store/ram/IntIntMap.java | 2 -- .../hugegraph/backend/store/ram/IntLongMap.java | 2 -- .../backend/store/ram/IntObjectMap.java | 2 -- .../hugegraph/backend/store/ram/RamMap.java | 2 -- .../hugegraph/backend/store/ram/RamTable.java | 2 -- .../backend/tx/AbstractTransaction.java | 2 -- .../backend/tx/GraphIndexTransaction.java | 2 -- .../hugegraph/backend/tx/GraphTransaction.java | 2 -- .../backend/tx/IndexableTransaction.java | 2 -- .../backend/tx/SchemaIndexTransaction.java | 2 -- .../hugegraph/backend/tx/SchemaTransaction.java | 2 -- .../org/apache/hugegraph/config/AuthOptions.java | 2 -- .../org/apache/hugegraph/config/CoreOptions.java | 2 -- .../org/apache/hugegraph/election/Config.java | 2 -- .../election/RoleElectionStateMachine.java | 2 -- .../election/RoleElectionStateMachineImpl.java | 2 -- .../apache/hugegraph/election/RoleTypeData.java | 2 -- .../hugegraph/election/RoleTypeDataAdapter.java | 2 -- .../hugegraph/election/StateMachineCallback.java | 2 -- .../hugegraph/election/StateMachineContext.java | 2 -- .../hugegraph/exception/ConnectionException.java | 2 -- .../hugegraph/exception/ExistedException.java | 2 -- .../exception/HugeGremlinException.java | 2 -- .../exception/LimitExceedException.java | 2 -- .../hugegraph/exception/NoIndexException.java | 2 -- .../hugegraph/exception/NotAllowException.java | 2 -- .../hugegraph/exception/NotFoundException.java | 2 -- .../hugegraph/exception/NotSupportException.java | 2 -- .../hugegraph/io/GraphSONSchemaSerializer.java | 2 -- .../apache/hugegraph/io/HugeGraphIoRegistry.java | 2 -- .../apache/hugegraph/io/HugeGraphSONModule.java | 2 -- .../org/apache/hugegraph/io/HugeGryoModule.java | 2 -- .../org/apache/hugegraph/job/AlgorithmJob.java | 2 -- .../org/apache/hugegraph/job/ComputerJob.java | 2 -- .../org/apache/hugegraph/job/EphemeralJob.java | 2 -- .../hugegraph/job/EphemeralJobBuilder.java | 2 -- .../org/apache/hugegraph/job/GremlinJob.java | 2 -- .../main/java/org/apache/hugegraph/job/Job.java | 2 -- .../org/apache/hugegraph/job/JobBuilder.java | 2 -- .../java/org/apache/hugegraph/job/SysJob.java | 2 -- .../java/org/apache/hugegraph/job/UserJob.java | 2 -- .../job/algorithm/AbstractAlgorithm.java | 2 -- .../hugegraph/job/algorithm/Algorithm.java | 2 -- .../hugegraph/job/algorithm/AlgorithmPool.java | 2 -- .../hugegraph/job/algorithm/BfsTraverser.java | 2 -- .../hugegraph/job/algorithm/Consumers.java | 2 -- .../job/algorithm/CountEdgeAlgorithm.java | 2 -- .../job/algorithm/CountVertexAlgorithm.java | 2 -- .../job/algorithm/SubgraphStatAlgorithm.java | 2 -- .../algorithm/cent/AbstractCentAlgorithm.java | 2 -- .../cent/BetweennessCentralityAlgorithm.java | 2 -- .../cent/BetweennessCentralityAlgorithmV2.java | 2 -- .../cent/ClosenessCentralityAlgorithm.java | 2 -- .../cent/ClosenessCentralityAlgorithmV2.java | 2 -- .../cent/DegreeCentralityAlgorithm.java | 2 -- .../cent/EigenvectorCentralityAlgorithm.java | 2 -- .../cent/StressCentralityAlgorithm.java | 2 -- .../cent/StressCentralityAlgorithmV2.java | 2 -- .../algorithm/comm/AbstractCommAlgorithm.java | 2 -- .../comm/ClusterCoefficientAlgorithm.java | 2 -- .../job/algorithm/comm/KCoreAlgorithm.java | 2 -- .../job/algorithm/comm/LouvainAlgorithm.java | 2 -- .../job/algorithm/comm/LouvainTraverser.java | 2 -- .../job/algorithm/comm/LpaAlgorithm.java | 2 -- .../algorithm/comm/TriangleCountAlgorithm.java | 2 -- .../algorithm/comm/WeakConnectedComponent.java | 2 -- .../job/algorithm/path/RingsDetectAlgorithm.java | 2 -- .../job/algorithm/rank/PageRankAlgorithm.java | 2 -- .../similarity/FusiformSimilarityAlgorithm.java | 2 -- .../hugegraph/job/computer/AbstractComputer.java | 2 -- .../apache/hugegraph/job/computer/Computer.java | 2 -- .../hugegraph/job/computer/ComputerPool.java | 2 -- .../hugegraph/job/computer/LouvainComputer.java | 2 -- .../hugegraph/job/computer/LpaComputer.java | 2 -- .../hugegraph/job/computer/PageRankComputer.java | 2 -- .../job/computer/TriangleCountComputer.java | 2 -- .../computer/WeakConnectedComponentComputer.java | 2 -- .../hugegraph/job/schema/EdgeLabelRemoveJob.java | 2 -- .../job/schema/IndexLabelRebuildJob.java | 2 -- .../job/schema/IndexLabelRemoveJob.java | 2 -- .../job/schema/OlapPropertyKeyClearJob.java | 2 -- .../job/schema/OlapPropertyKeyCreateJob.java | 2 -- .../job/schema/OlapPropertyKeyRemoveJob.java | 2 -- .../apache/hugegraph/job/schema/SchemaJob.java | 2 -- .../job/schema/VertexLabelRemoveJob.java | 2 -- .../job/system/DeleteExpiredElementJob.java | 2 -- .../job/system/DeleteExpiredIndexJob.java | 2 -- .../hugegraph/job/system/DeleteExpiredJob.java | 2 -- .../apache/hugegraph/job/system/JobCounters.java | 2 -- .../hugegraph/plugin/HugeGraphGremlinPlugin.java | 2 -- .../apache/hugegraph/plugin/HugeGraphPlugin.java | 2 -- .../hugegraph/rpc/RpcServiceConfig4Client.java | 2 -- .../hugegraph/rpc/RpcServiceConfig4Server.java | 2 -- .../org/apache/hugegraph/schema/EdgeLabel.java | 2 -- .../org/apache/hugegraph/schema/IndexLabel.java | 2 -- .../org/apache/hugegraph/schema/PropertyKey.java | 2 -- .../apache/hugegraph/schema/SchemaElement.java | 2 -- .../org/apache/hugegraph/schema/SchemaLabel.java | 2 -- .../apache/hugegraph/schema/SchemaManager.java | 2 -- .../org/apache/hugegraph/schema/Userdata.java | 2 -- .../org/apache/hugegraph/schema/VertexLabel.java | 2 -- .../schema/builder/AbstractBuilder.java | 2 -- .../schema/builder/EdgeLabelBuilder.java | 2 -- .../schema/builder/IndexLabelBuilder.java | 2 -- .../schema/builder/PropertyKeyBuilder.java | 2 -- .../hugegraph/schema/builder/SchemaBuilder.java | 2 -- .../schema/builder/VertexLabelBuilder.java | 2 -- .../hugegraph/security/HugeSecurityManager.java | 2 -- .../apache/hugegraph/structure/GraphType.java | 2 -- .../org/apache/hugegraph/structure/HugeEdge.java | 2 -- .../hugegraph/structure/HugeEdgeProperty.java | 2 -- .../apache/hugegraph/structure/HugeElement.java | 2 -- .../apache/hugegraph/structure/HugeFeatures.java | 2 -- .../apache/hugegraph/structure/HugeIndex.java | 2 -- .../apache/hugegraph/structure/HugeProperty.java | 2 -- .../apache/hugegraph/structure/HugeVertex.java | 2 -- .../hugegraph/structure/HugeVertexProperty.java | 2 -- .../apache/hugegraph/task/HugeServerInfo.java | 2 -- .../java/org/apache/hugegraph/task/HugeTask.java | 2 -- .../apache/hugegraph/task/ServerInfoManager.java | 2 -- .../hugegraph/task/StandardTaskScheduler.java | 2 -- .../org/apache/hugegraph/task/TaskCallable.java | 2 -- .../org/apache/hugegraph/task/TaskManager.java | 2 -- .../org/apache/hugegraph/task/TaskScheduler.java | 2 -- .../org/apache/hugegraph/task/TaskStatus.java | 2 -- .../algorithm/CollectionPathsTraverser.java | 2 -- .../traversal/algorithm/CountTraverser.java | 2 -- .../algorithm/CustomizePathsTraverser.java | 2 -- .../CustomizedCrosspointsTraverser.java | 2 -- .../algorithm/FusiformSimilarityTraverser.java | 2 -- .../traversal/algorithm/HugeTraverser.java | 2 -- .../algorithm/JaccardSimilarTraverser.java | 2 -- .../traversal/algorithm/KneighborTraverser.java | 2 -- .../traversal/algorithm/KoutTraverser.java | 2 -- .../MultiNodeShortestPathTraverser.java | 2 -- .../algorithm/NeighborRankTraverser.java | 2 -- .../traversal/algorithm/OltpTraverser.java | 2 -- .../traversal/algorithm/PathTraverser.java | 2 -- .../traversal/algorithm/PathsTraverser.java | 2 -- .../algorithm/PersonalRankTraverser.java | 2 -- .../traversal/algorithm/PredictionTraverser.java | 2 -- .../algorithm/SameNeighborTraverser.java | 2 -- .../algorithm/ShortestPathTraverser.java | 2 -- .../SingleSourceShortestPathTraverser.java | 2 -- .../traversal/algorithm/SubGraphTraverser.java | 2 -- .../algorithm/TemplatePathsTraverser.java | 2 -- .../algorithm/records/AbstractRecords.java | 2 -- .../records/DoubleWayMultiPathsRecords.java | 2 -- .../algorithm/records/KneighborRecords.java | 2 -- .../traversal/algorithm/records/KoutRecords.java | 2 -- .../algorithm/records/PathsRecords.java | 2 -- .../traversal/algorithm/records/Records.java | 2 -- .../algorithm/records/ShortestPathRecords.java | 2 -- .../records/SingleWayMultiPathsRecords.java | 2 -- .../records/record/Int2ArrayRecord.java | 2 -- .../algorithm/records/record/Int2IntRecord.java | 2 -- .../algorithm/records/record/Int2SetRecord.java | 2 -- .../algorithm/records/record/Record.java | 2 -- .../algorithm/records/record/RecordFactory.java | 2 -- .../algorithm/records/record/RecordType.java | 2 -- .../algorithm/records/record/SyncRecord.java | 2 -- .../traversal/algorithm/steps/EdgeStep.java | 2 -- .../algorithm/steps/RepeatEdgeStep.java | 2 -- .../algorithm/steps/WeightedEdgeStep.java | 2 -- .../strategy/ConcurrentTraverseStrategy.java | 2 -- .../strategy/SingleTraverseStrategy.java | 2 -- .../algorithm/strategy/TraverseStrategy.java | 2 -- .../hugegraph/traversal/optimize/ConditionP.java | 2 -- .../traversal/optimize/HugeCountStep.java | 2 -- .../optimize/HugeCountStepStrategy.java | 2 -- .../traversal/optimize/HugeGraphStep.java | 2 -- .../optimize/HugeGraphStepStrategy.java | 2 -- .../traversal/optimize/HugeScriptTraversal.java | 2 -- .../traversal/optimize/HugeVertexStep.java | 2 -- .../optimize/HugeVertexStepByBatch.java | 2 -- .../optimize/HugeVertexStepStrategy.java | 2 -- .../traversal/optimize/QueryHolder.java | 2 -- .../hugegraph/traversal/optimize/Text.java | 2 -- .../traversal/optimize/TraversalUtil.java | 2 -- .../java/org/apache/hugegraph/type/HugeType.java | 2 -- .../java/org/apache/hugegraph/type/Idfiable.java | 2 -- .../org/apache/hugegraph/type/Indexable.java | 2 -- .../java/org/apache/hugegraph/type/Nameable.java | 2 -- .../org/apache/hugegraph/type/Propertiable.java | 2 -- .../java/org/apache/hugegraph/type/Typeable.java | 2 -- .../org/apache/hugegraph/type/define/Action.java | 2 -- .../hugegraph/type/define/AggregateType.java | 2 -- .../hugegraph/type/define/Cardinality.java | 2 -- .../hugegraph/type/define/CollectionType.java | 2 -- .../apache/hugegraph/type/define/DataType.java | 2 -- .../apache/hugegraph/type/define/Directions.java | 2 -- .../apache/hugegraph/type/define/Frequency.java | 2 -- .../apache/hugegraph/type/define/GraphMode.java | 2 -- .../hugegraph/type/define/GraphReadMode.java | 2 -- .../apache/hugegraph/type/define/HugeKeys.java | 2 -- .../apache/hugegraph/type/define/IdStrategy.java | 2 -- .../apache/hugegraph/type/define/IndexType.java | 2 -- .../apache/hugegraph/type/define/NodeRole.java | 2 -- .../hugegraph/type/define/SchemaStatus.java | 2 -- .../apache/hugegraph/type/define/SerialEnum.java | 2 -- .../apache/hugegraph/type/define/WriteType.java | 2 -- .../java/org/apache/hugegraph/util/Blob.java | 2 -- .../org/apache/hugegraph/util/CompressUtil.java | 2 -- .../org/apache/hugegraph/util/Consumers.java | 2 -- .../java/org/apache/hugegraph/util/CopyUtil.java | 2 -- .../java/org/apache/hugegraph/util/Events.java | 2 -- .../util/FixedTimerWindowRateLimiter.java | 2 -- .../util/FixedWatchWindowRateLimiter.java | 2 -- .../java/org/apache/hugegraph/util/GZipUtil.java | 2 -- .../java/org/apache/hugegraph/util/JsonUtil.java | 2 -- .../java/org/apache/hugegraph/util/KryoUtil.java | 2 -- .../java/org/apache/hugegraph/util/LZ4Util.java | 2 -- .../java/org/apache/hugegraph/util/LockUtil.java | 2 -- .../org/apache/hugegraph/util/ParameterUtil.java | 2 -- .../org/apache/hugegraph/util/RateLimiter.java | 2 -- .../org/apache/hugegraph/util/Reflection.java | 2 -- .../apache/hugegraph/util/StringEncoding.java | 2 -- .../util/collection/CollectionFactory.java | 2 -- .../apache/hugegraph/util/collection/IdSet.java | 2 -- .../hugegraph/util/collection/Int2IntsMap.java | 2 -- .../hugegraph/util/collection/IntIterator.java | 2 -- .../apache/hugegraph/util/collection/IntMap.java | 2 -- .../apache/hugegraph/util/collection/IntSet.java | 2 -- .../util/collection/ObjectIntMapping.java | 2 -- .../util/collection/ObjectIntMappingFactory.java | 2 -- .../hugegraph/variables/HugeVariables.java | 2 -- .../apache/hugegraph/version/CoreVersion.java | 2 -- .../org/apache/hugegraph/cmd/ConfDumper.java | 2 -- .../java/org/apache/hugegraph/cmd/InitStore.java | 2 -- .../org/apache/hugegraph/cmd/StoreDumper.java | 2 -- .../org/apache/hugegraph/dist/DistOptions.java | 2 -- .../apache/hugegraph/dist/HugeGraphServer.java | 2 -- .../apache/hugegraph/dist/HugeGremlinServer.java | 2 -- .../apache/hugegraph/dist/HugeRestServer.java | 2 -- .../org/apache/hugegraph/dist/RegisterUtil.java | 2 -- .../org/apache/hugegraph/example/Example1.java | 2 -- .../org/apache/hugegraph/example/Example2.java | 2 -- .../org/apache/hugegraph/example/Example3.java | 2 -- .../apache/hugegraph/example/ExampleUtil.java | 2 -- .../example/GraphOfTheMoviesExample.java | 2 -- .../apache/hugegraph/example/PerfExample1.java | 2 -- .../apache/hugegraph/example/PerfExample2.java | 2 -- .../apache/hugegraph/example/PerfExample3.java | 2 -- .../apache/hugegraph/example/PerfExample4.java | 2 -- .../hugegraph/example/PerfExampleBase.java | 2 -- .../apache/hugegraph/example/TaskExample.java | 2 -- .../hugegraph/example/ThreadRangePerfTest.java | 2 -- .../backend/store/hbase/HbaseFeatures.java | 2 -- .../backend/store/hbase/HbaseMetrics.java | 2 -- .../backend/store/hbase/HbaseOptions.java | 2 -- .../backend/store/hbase/HbaseSerializer.java | 2 -- .../backend/store/hbase/HbaseSessions.java | 2 -- .../backend/store/hbase/HbaseStore.java | 2 -- .../backend/store/hbase/HbaseStoreProvider.java | 2 -- .../backend/store/hbase/HbaseTable.java | 2 -- .../backend/store/hbase/HbaseTables.java | 2 -- .../backend/store/mysql/MysqlBackendEntry.java | 2 -- .../backend/store/mysql/MysqlEntryIterator.java | 2 -- .../backend/store/mysql/MysqlFeatures.java | 2 -- .../backend/store/mysql/MysqlMetrics.java | 2 -- .../backend/store/mysql/MysqlOptions.java | 2 -- .../backend/store/mysql/MysqlSerializer.java | 2 -- .../backend/store/mysql/MysqlSessions.java | 2 -- .../backend/store/mysql/MysqlStore.java | 2 -- .../backend/store/mysql/MysqlStoreProvider.java | 2 -- .../backend/store/mysql/MysqlTable.java | 2 -- .../backend/store/mysql/MysqlTables.java | 2 -- .../hugegraph/backend/store/mysql/MysqlUtil.java | 2 -- .../backend/store/mysql/ResultSetWrapper.java | 2 -- .../backend/store/mysql/WhereBuilder.java | 2 -- .../backend/store/palo/PaloFeatures.java | 2 -- .../hugegraph/backend/store/palo/PaloFile.java | 2 -- .../backend/store/palo/PaloHttpClient.java | 2 -- .../backend/store/palo/PaloLoadInfo.java | 2 -- .../backend/store/palo/PaloOptions.java | 2 -- .../backend/store/palo/PaloSerializer.java | 2 -- .../backend/store/palo/PaloSessions.java | 2 -- .../hugegraph/backend/store/palo/PaloStore.java | 2 -- .../backend/store/palo/PaloStoreProvider.java | 2 -- .../hugegraph/backend/store/palo/PaloTable.java | 2 -- .../hugegraph/backend/store/palo/PaloTables.java | 2 -- .../store/postgresql/PostgresqlOptions.java | 2 -- .../store/postgresql/PostgresqlSerializer.java | 2 -- .../store/postgresql/PostgresqlSessions.java | 2 -- .../store/postgresql/PostgresqlStore.java | 2 -- .../postgresql/PostgresqlStoreProvider.java | 2 -- .../store/postgresql/PostgresqlTable.java | 2 -- .../store/postgresql/PostgresqlTables.java | 2 -- .../backend/store/rocksdb/OpenedRocksDB.java | 2 -- .../backend/store/rocksdb/RocksDBFeatures.java | 2 -- .../backend/store/rocksdb/RocksDBIngester.java | 2 -- .../store/rocksdb/RocksDBIteratorPool.java | 2 -- .../backend/store/rocksdb/RocksDBMetrics.java | 2 -- .../backend/store/rocksdb/RocksDBOptions.java | 2 -- .../backend/store/rocksdb/RocksDBSessions.java | 2 -- .../store/rocksdb/RocksDBStdSessions.java | 2 -- .../backend/store/rocksdb/RocksDBStore.java | 2 -- .../store/rocksdb/RocksDBStoreProvider.java | 2 -- .../backend/store/rocksdb/RocksDBTable.java | 2 -- .../backend/store/rocksdb/RocksDBTables.java | 2 -- .../store/rocksdbsst/RocksDBSstSessions.java | 2 -- .../store/rocksdbsst/RocksDBSstStore.java | 2 -- .../rocksdbsst/RocksDBSstStoreProvider.java | 2 -- .../backend/store/scylladb/ScyllaDBFeatures.java | 2 -- .../backend/store/scylladb/ScyllaDBMetrics.java | 2 -- .../store/scylladb/ScyllaDBStoreProvider.java | 2 -- .../store/scylladb/ScyllaDBTablesWithMV.java | 2 -- .../org/apache/hugegraph/api/ApiTestSuite.java | 2 -- .../org/apache/hugegraph/api/BaseApiTest.java | 2 -- .../org/apache/hugegraph/api/CypherApiTest.java | 2 -- .../org/apache/hugegraph/api/EdgeApiTest.java | 2 -- .../apache/hugegraph/api/EdgeLabelApiTest.java | 2 -- .../org/apache/hugegraph/api/GremlinApiTest.java | 2 -- .../apache/hugegraph/api/IndexLabelApiTest.java | 2 -- .../org/apache/hugegraph/api/LoginApiTest.java | 2 -- .../org/apache/hugegraph/api/MetricsApiTest.java | 2 -- .../org/apache/hugegraph/api/ProjectApiTest.java | 2 -- .../apache/hugegraph/api/PropertyKeyApiTest.java | 2 -- .../org/apache/hugegraph/api/SchemaApiTest.java | 2 -- .../org/apache/hugegraph/api/TaskApiTest.java | 2 -- .../org/apache/hugegraph/api/UserApiTest.java | 2 -- .../org/apache/hugegraph/api/VertexApiTest.java | 2 -- .../apache/hugegraph/api/VertexLabelApiTest.java | 2 -- .../api/traversers/AdamicAdarAPITest.java | 2 -- .../api/traversers/AllShortestPathsApiTest.java | 2 -- .../hugegraph/api/traversers/CountApiTest.java | 2 -- .../api/traversers/CrosspointsApiTest.java | 2 -- .../traversers/CustomizedCrosspointsApiTest.java | 2 -- .../hugegraph/api/traversers/EdgesApiTest.java | 2 -- .../traversers/FusiformSimilarityApiTest.java | 2 -- .../api/traversers/JaccardSimilarityApiTest.java | 2 -- .../api/traversers/KneighborApiTest.java | 2 -- .../hugegraph/api/traversers/KoutApiTest.java | 2 -- .../traversers/MultiNodeShortestPathApiTest.java | 2 -- .../api/traversers/NeighborRankApiTest.java | 2 -- .../hugegraph/api/traversers/PathsApiTest.java | 2 -- .../api/traversers/PersonalRankApiTest.java | 2 -- .../hugegraph/api/traversers/RaysApiTest.java | 2 -- .../traversers/ResourceAllocationAPITest.java | 2 -- .../hugegraph/api/traversers/RingsApiTest.java | 2 -- .../api/traversers/SameNeighborsApiTest.java | 2 -- .../api/traversers/ShortestPathApiTest.java | 2 -- .../SingleSourceShortestPathApiTest.java | 2 -- .../api/traversers/TemplatePathsApiTest.java | 2 -- .../api/traversers/TraversersApiTestSuite.java | 2 -- .../traversers/WeightedShortestPathApiTest.java | 2 -- .../java/org/apache/hugegraph/core/AuthTest.java | 2 -- .../org/apache/hugegraph/core/BaseCoreTest.java | 2 -- .../org/apache/hugegraph/core/CoreTestSuite.java | 2 -- .../org/apache/hugegraph/core/EdgeCoreTest.java | 2 -- .../apache/hugegraph/core/EdgeLabelCoreTest.java | 2 -- .../hugegraph/core/IndexLabelCoreTest.java | 2 -- .../apache/hugegraph/core/MultiGraphsTest.java | 2 -- .../apache/hugegraph/core/PropertyCoreTest.java | 2 -- .../hugegraph/core/PropertyKeyCoreTest.java | 2 -- .../org/apache/hugegraph/core/RamTableTest.java | 2 -- .../apache/hugegraph/core/RestoreCoreTest.java | 2 -- .../core/RoleElectionStateMachineTest.java | 2 -- .../apache/hugegraph/core/SchemaCoreTest.java | 2 -- .../org/apache/hugegraph/core/TaskCoreTest.java | 2 -- .../apache/hugegraph/core/VertexCoreTest.java | 2 -- .../hugegraph/core/VertexLabelCoreTest.java | 2 -- .../apache/hugegraph/testutil/FakeObjects.java | 2 -- .../org/apache/hugegraph/testutil/Utils.java | 2 -- .../hugegraph/tinkerpop/ProcessBasicSuite.java | 2 -- .../hugegraph/tinkerpop/ProcessStandardTest.java | 2 -- .../tinkerpop/ProcessTestGraphProvider.java | 2 -- .../hugegraph/tinkerpop/StructureBasicSuite.java | 2 -- .../tinkerpop/StructureStandardTest.java | 2 -- .../tinkerpop/StructureTestGraphProvider.java | 2 -- .../apache/hugegraph/tinkerpop/TestGraph.java | 2 -- .../hugegraph/tinkerpop/TestGraphFactory.java | 2 -- .../hugegraph/tinkerpop/TestGraphProvider.java | 2 -- .../tinkerpop/tests/HugeGraphWriteTest.java | 2 -- .../org/apache/hugegraph/unit/BaseUnitTest.java | 2 -- .../org/apache/hugegraph/unit/FakeObjects.java | 2 -- .../org/apache/hugegraph/unit/UnitTestSuite.java | 2 -- .../hugegraph/unit/cache/CacheManagerTest.java | 2 -- .../apache/hugegraph/unit/cache/CacheTest.java | 2 -- .../unit/cache/CachedGraphTransactionTest.java | 2 -- .../unit/cache/CachedSchemaTransactionTest.java | 2 -- .../hugegraph/unit/cache/RamTableTest.java | 2 -- .../hugegraph/unit/cassandra/CassandraTest.java | 2 -- .../apache/hugegraph/unit/core/AnalyzerTest.java | 2 -- .../hugegraph/unit/core/BackendMutationTest.java | 2 -- .../unit/core/BackendStoreInfoTest.java | 2 -- .../unit/core/ConditionQueryFlattenTest.java | 2 -- .../hugegraph/unit/core/ConditionTest.java | 2 -- .../apache/hugegraph/unit/core/DataTypeTest.java | 2 -- .../hugegraph/unit/core/DirectionsTest.java | 2 -- .../hugegraph/unit/core/ExceptionTest.java | 2 -- .../hugegraph/unit/core/LocksTableTest.java | 2 -- .../hugegraph/unit/core/PageStateTest.java | 2 -- .../apache/hugegraph/unit/core/QueryTest.java | 2 -- .../apache/hugegraph/unit/core/RangeTest.java | 2 -- .../hugegraph/unit/core/RolePermissionTest.java | 2 -- .../apache/hugegraph/unit/core/RowLockTest.java | 2 -- .../hugegraph/unit/core/SecurityManagerTest.java | 2 -- .../hugegraph/unit/core/SerialEnumTest.java | 2 -- .../unit/core/SystemSchemaStoreTest.java | 2 -- .../hugegraph/unit/core/TraversalUtilTest.java | 2 -- .../org/apache/hugegraph/unit/id/EdgeIdTest.java | 2 -- .../org/apache/hugegraph/unit/id/IdTest.java | 2 -- .../org/apache/hugegraph/unit/id/IdUtilTest.java | 2 -- .../unit/id/SplicingIdGeneratorTest.java | 2 -- .../hugegraph/unit/mysql/MysqlUtilTest.java | 2 -- .../hugegraph/unit/mysql/WhereBuilderTest.java | 2 -- .../unit/rocksdb/BaseRocksDBUnitTest.java | 2 -- .../unit/rocksdb/RocksDBCountersTest.java | 2 -- .../hugegraph/unit/rocksdb/RocksDBPerfTest.java | 2 -- .../unit/rocksdb/RocksDBSessionTest.java | 2 -- .../unit/rocksdb/RocksDBSessionsTest.java | 2 -- .../unit/serializer/BinaryBackendEntryTest.java | 2 -- .../serializer/BinaryScatterSerializerTest.java | 2 -- .../unit/serializer/BinarySerializerTest.java | 2 -- .../unit/serializer/BytesBufferTest.java | 2 -- .../unit/serializer/SerializerFactoryTest.java | 2 -- .../unit/serializer/StoreSerializerTest.java | 2 -- .../unit/serializer/TableBackendEntryTest.java | 2 -- .../unit/serializer/TextBackendEntryTest.java | 2 -- .../hugegraph/unit/util/CompressUtilTest.java | 2 -- .../apache/hugegraph/unit/util/JsonUtilTest.java | 2 -- .../hugegraph/unit/util/RateLimiterTest.java | 2 -- .../hugegraph/unit/util/StringEncodingTest.java | 2 -- .../apache/hugegraph/unit/util/VersionTest.java | 2 -- .../util/collection/CollectionFactoryTest.java | 2 -- .../unit/util/collection/IdSetTest.java | 2 -- .../unit/util/collection/Int2IntsMapTest.java | 2 -- .../unit/util/collection/IntMapTest.java | 2 -- .../unit/util/collection/IntSetTest.java | 2 -- .../util/collection/ObjectIntMappingTest.java | 2 -- 660 files changed, 18 insertions(+), 1339 deletions(-) diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java index 065755a67e..f9c26696b2 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java index d726392a12..f2f50a4de7 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java index fdd0612210..c2314ab4f9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; @@ -37,13 +35,13 @@ import jakarta.ws.rs.core.Context; import jakarta.inject.Singleton; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.core.GraphManager; import org.apache.hugegraph.define.Checkable; import org.slf4j.Logger; import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; +import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.HugeBelong; import org.apache.hugegraph.backend.id.Id; import org.apache.hugegraph.exception.NotFoundException; @@ -62,7 +60,7 @@ public class BelongAPI extends API { @POST @Timed - @StatusFilter.Status(StatusFilter.Status.CREATED) + @Status(Status.CREATED) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String create(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java index 5e6c7f3953..abfcfae64c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -11,12 +10,11 @@ * * 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, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ package org.apache.hugegraph.api.auth; @@ -37,13 +35,13 @@ import jakarta.ws.rs.core.Context; import jakarta.inject.Singleton; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.core.GraphManager; import org.apache.hugegraph.define.Checkable; import org.slf4j.Logger; import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; +import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.HugeGroup; import org.apache.hugegraph.backend.id.IdGenerator; import org.apache.hugegraph.exception.NotFoundException; @@ -62,7 +60,7 @@ public class GroupAPI extends API { @POST @Timed - @StatusFilter.Status(StatusFilter.Status.CREATED) + @Status(Status.CREATED) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String create(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java index 64430cbba9..c024a15b56 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; @@ -45,7 +43,6 @@ import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; import org.apache.hugegraph.api.filter.AuthenticationFilter; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.AuthConstant; import org.apache.hugegraph.auth.UserWithRole; @@ -65,7 +62,7 @@ public class LoginAPI extends API { @POST @Timed @Path("login") - @Status(StatusFilter.Status.OK) + @Status(Status.OK) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String login(@Context GraphManager manager, @@ -88,7 +85,7 @@ public String login(@Context GraphManager manager, @DELETE @Timed @Path("logout") - @Status(StatusFilter.Status.OK) + @Status(Status.OK) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public void logout(@Context GraphManager manager, @@ -112,7 +109,7 @@ public void logout(@Context GraphManager manager, @GET @Timed @Path("verify") - @Status(StatusFilter.Status.OK) + @Status(Status.OK) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String verifyToken(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java index 5fa743ea6d..21ddc37095 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; @@ -41,13 +39,13 @@ import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang.StringUtils; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.core.GraphManager; import org.apache.hugegraph.define.Checkable; import org.slf4j.Logger; import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; +import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.AuthManager; import org.apache.hugegraph.auth.HugeProject; import org.apache.hugegraph.backend.id.Id; @@ -69,7 +67,7 @@ public class ProjectAPI extends API { @POST @Timed - @StatusFilter.Status(StatusFilter.Status.CREATED) + @Status(Status.CREATED) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String create(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java index 1274a2e61d..09faeec216 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; @@ -38,13 +36,13 @@ import jakarta.ws.rs.QueryParam; import jakarta.ws.rs.core.Context; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.core.GraphManager; import org.apache.hugegraph.define.Checkable; import org.slf4j.Logger; import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; +import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.HugeTarget; import org.apache.hugegraph.exception.NotFoundException; import org.apache.hugegraph.util.E; @@ -63,7 +61,7 @@ public class TargetAPI extends API { @POST @Timed - @StatusFilter.Status(StatusFilter.Status.CREATED) + @Status(Status.CREATED) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String create(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java index eaaba75fe9..808f163ca3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.auth; @@ -38,13 +36,13 @@ import jakarta.ws.rs.core.Context; import org.apache.commons.lang3.StringUtils; -import org.apache.hugegraph.api.filter.StatusFilter; import org.apache.hugegraph.core.GraphManager; import org.apache.hugegraph.define.Checkable; import org.slf4j.Logger; import org.apache.hugegraph.HugeGraph; import org.apache.hugegraph.api.API; +import org.apache.hugegraph.api.filter.StatusFilter.Status; import org.apache.hugegraph.auth.HugeUser; import org.apache.hugegraph.backend.id.Id; import org.apache.hugegraph.backend.id.IdGenerator; @@ -65,7 +63,7 @@ public class UserAPI extends API { @POST @Timed - @StatusFilter.Status(StatusFilter.Status.CREATED) + @Status(Status.CREATED) @Consumes(APPLICATION_JSON) @Produces(APPLICATION_JSON_WITH_CHARSET) public String create(@Context GraphManager manager, diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java index f553401683..7fcec72578 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java index 00b1a317ec..65ebe915d6 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java index fdf17ba77d..65bd73f4a9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java index e998cfed31..a039ad4de5 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java index 0c61cc0855..98fb0097bd 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java index 43703d6e70..e396968e31 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java index 7d663dd7c2..26cee34472 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.filter; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java index 85a56d7f84..9d4776acc4 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.graph; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java index c639c2b1a2..822e733ce2 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.graph; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java index db5234ab0a..5178dd8b88 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.graph; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java index 732154b749..95aa61d721 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.gremlin; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java index 0c53cce23d..94a1c18bf2 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.gremlin; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java index 3d112a54c7..35395e2a13 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.gremlin; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java index b8bba1aeb8..5649682b83 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.gremlin; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java index d862eb6850..6dbb5d1d46 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.job; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java index 99dbcd1689..f47cb66552 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.job; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java index 6b7b357aa6..c26737023d 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.job; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java index a237068e6a..f173bc4a7e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.job; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java index fa2bddaaa0..4db8bd84a1 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.job; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java index b936aedb7a..78fd542aab 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.metrics; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java index 6ac14d9852..2d67924e37 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.profile; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java index d653030844..f05469ea7f 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.profile; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java index b703b8fdb8..815ec89f26 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.profile; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java index d56527c82f..6894a0eaca 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.raft; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java index 6dca813ba1..fb817d9bec 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.schema; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java index f951754e15..bd09c1168c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.schema; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java index 88af71f670..c0552b406e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.schema; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java index 0a44a1a076..932c8dec32 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.schema; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java index dd4bc61c58..a4af77eec5 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.schema; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java index ade20afc94..9a8ce25cc7 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java index bfe99031d8..71c35a38f9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java index 521899f6a2..6f1537cb29 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java index 15303b32a9..5bd5087797 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java index fc4d5783d9..cb5cfd151a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java index 0c5521bc6f..0f807e777d 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java index 69f4ceec36..8d59200b52 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java index 28ecc29713..6433922c25 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java index 80220247ae..8af1d6d9e4 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java index 1efb71c038..3a07eb461f 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java index b76e822b8e..1a8dd21969 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java index e30b2d2b7c..e75c0ec5d0 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java index 1a8c651f26..ac5ac4d94a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java index 52fec68680..a8f387b353 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java index c80278024d..18469f7d4d 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java index 5a10dc1321..c9a5186ad6 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java index c173ecb17a..73324c7062 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java index e84f783b5a..572ea98f3c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java index 902d16b9d8..e9bb7b903e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java index 362ddf75ac..5eaa1a186d 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java index dc02ebf85c..c1c31e07e6 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java index 4e16f20696..0e849e89f8 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java index a8fe996c98..8769ece2dc 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java index e8b3d47c95..addd01f402 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java index 7dd4c360f1..c9fdf7952a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java index b2df8b5d20..64d3787e8e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java index 0fc46fde47..90dab9634e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.variables; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java index 473c18af59..a266cd6d52 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java index 4c08aee9ce..464b8b21f0 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java index 7a805c9039..dbb395ad6e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java index c0f223b690..1db267ac04 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java index 3beb72b4b8..8ee3822ffc 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java index f09a306f9f..40fb3cee94 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java index a7c0c00130..fd2161cd49 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java b/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java index 9925149a7c..f7574a28b4 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.config; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java b/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java index 88fb82a366..7c8f946550 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java index 2042840d68..31556d7714 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.define; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java index ca61dc7176..619eb15e0b 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.define; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java index a2fb9499b7..c8609ef97c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.define; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java index 4660697c92..5d0746dadc 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.license; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java index d16b945654..211b13af00 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.license; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java index d5a750c3d2..cc8b4b8b77 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.metrics; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java index aba9277da4..53ffaf83d3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.metrics; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java index 149496a34c..a8d2ac8cd3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.metrics; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java index e95a857729..480430937e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.metrics; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java b/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java index d5173706f6..b7177e8be5 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.rpc; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java index ae830a4e2f..b45a20de0c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.serializer; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java index 1068f95abe..084a34135f 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.serializer; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java b/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java index d7c7e85de9..6cb17b468b 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.server; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java index 978b01ee40..e238726a14 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.server; diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java b/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java index de6a94367c..fdfdc75fe3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.version; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java index 3350a98189..c3f558e8c6 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java index fbc2a40531..fd9073d3ab 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java index 48eb19482c..b73b5e282c 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java index 4259da7b2d..8829986d51 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java index 3b5af0adfd..aa3742db65 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java index 5dc4200920..4597bf36c0 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java index 30127bc47a..c380b5bdb8 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java index 56144fcb11..a8fe237238 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java index 8c25c5d034..465abc6af3 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java index 14d40232e4..82f6a1d7ca 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java index 6e95d4a2ff..9615af5b31 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java index fb5740f433..b08d497f4a 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.cassandra; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java index 8ce2e0fc67..b2a9a2bfda 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java index d7e0c52ebc..aef8cadd17 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java index a10991dd16..9b1b47a0f6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java index 692adcf0fe..a44480427e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java b/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java index 11dd5bac38..b1d473bc16 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java index 49ce39c11e..d518dcad21 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java index badece8ec4..e2924f59f2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java index c3f08c3d37..19540020d6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java index ba63c374b0..acb7ced0e9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java index b5faa44fc1..f506b7161b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java index c5c9b095de..6d8816cb8a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java index 37f956d5f7..2082ccf387 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java index 97156a3b0f..6f0fd09ec8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java index fdff1bbadb..43681c89c4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.analyzer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java index f5ed3bacb5..fddb0d5c3d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java index 66ba635d40..e3850eee1a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java index a37a745196..9c71841513 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java index 297d198756..7c5e3af77a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java index c150900d96..0b44421614 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java index d4a6e3d169..25dbe6a853 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java index 6e0a3ad833..b2145a55fd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java index 41779fa3eb..7e46bdc412 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java index a5427897e4..594707f681 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java index 5890382b41..68e6609828 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java index 3033b436f3..0bca7c08d3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java index fa77b36f8d..9a6c521444 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java index 934f7bd70e..e7d656cb12 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java index 477b130197..88c7d686e8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java index e8637b7e80..b9c0b903e6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java index 3c7e187813..e9acef334c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java index 18c35976b7..a9341bdb33 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java index 8d11d6c31c..b060ab7b54 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java index 3baab5706e..5c63870539 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.auth; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java index 68190c79d0..18340698e5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java index 1e6fb87462..2b04d0ce3d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java index bf4a2712cb..a155eb7864 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java index 60cd7b6838..6ccc50c5aa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java index bef3baeb3d..462e05a0bd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java index 7cb1ac0d93..21515fe4cc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java index 5121e52d46..5dc4410a06 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java index e38360f1b1..526939bea0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java index 28ed28bafb..0b2f319f93 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java index 18d7d41c2a..69a62d49b6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java index 20d11896af..44dbd6dd77 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java index 3f47c9026b..756eb988d1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java index c0eabc9e19..c179f2f5a3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.cache; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java index 23cca941f0..40d5d1f7ca 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java index 3d0b1871ed..c66569931a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java index a4ea1cbba6..89501c4a51 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java index 82b0dd4209..315402e536 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java index a21b3c0a70..a589f073b1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java index 247092b05d..d471e89e1a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.id; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java index 3a1e86e652..6c06a8129c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java index 514479cd0d..578c7c6c8c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java index c51fa22a54..b859b32391 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java index f0d84d5c7c..22693af1d3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java index 0ce730904f..dbac54883d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java index 82586eb7d2..a7fd99557a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java index 1eedd10820..57bd727a73 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java index 7de4ad4d0a..4116009b04 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.page; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java index d54e462fb0..8d1b1647c1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java index 25df27a7a7..cb350b7b62 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java index 9bfbcc4721..32602c945e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java index 6cf06cf43e..428343f7b8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java index ae1328bbcb..e9688ae3d6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java index 1569e306f3..5b1ab806f1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java index ec36072689..a05ca8b7e8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java index 7e142f286d..9e5737b80e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java index ed4bdcdae4..30c9eb4d4f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java index 9040af80dd..7c844a8da9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.query; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java index f959c56388..bd852a4b4c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java index 03549a1664..6a2e91eade 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java index 2f4c23ec5a..8e83944e36 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java index dde9278235..2dfbec466a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java index d3731f90f9..4aa8a30638 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java index a063cd0d8f..a69ab14a31 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java index 6f9f18314d..eae7dc944a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java index d081ce607a..bbbd3d8bbe 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java index 43964bd566..9443cba7b9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java index c59311f573..a181409fcf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java index f99088a48e..d9c9bf00dc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java index a7da47b3b9..b773c93203 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java index 803eec4d63..ed53531aed 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java index 5f65b56f71..154a9aa2eb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.serializer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java index 4e666070dc..dfb28677d6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java index 0d6a257bac..4d0e947462 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java index 880e46e6fa..f0897d6714 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java index 1b3cd85f7c..157a15972f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java index 17d546cfa2..22a9cfa427 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java index 351aab5e7b..d8a41ba6bb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java index 8ff594c969..bb619ce753 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java index 6ad409eded..88862614d5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java index 6a9b4f62f0..f31d01c4ef 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java index e090f68e61..443aa4a464 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java index 3683941009..18361a4849 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java index dec9dee3af..e597276198 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java index a193c2639f..c7c54f7522 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java index ecfb4e3797..ba1151e88c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java index 7df484e9d6..0ad40f9759 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java index 868a5267c5..b11c050a32 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java index 98a1bcefbf..523921edff 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java index b4a6841b0c..a5a0a4b851 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java index fa939ef2a0..de0c22a830 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java index 627152338d..74c64bb26d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java index 4cccefaaf7..7993002b26 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.memory; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java index 22b68789dd..dd7abae855 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.memory; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java index 3c3b272a65..7695b64d0c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.memory; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java index 086b72e779..f6c2831905 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.memory; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java index bfa0884fd1..0017bcdc10 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.memory; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java index 2748877520..9989f92304 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java index d188e19511..bf48fadf02 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java index c887d7016d..fbfbf39be2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java index 7fbcf76822..fcd1610219 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java index c0af2d65ab..b5983e4f91 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java index e57d3b3f04..84d5f40767 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java index 21d94f30e0..7a577d402e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java index 03f978c4e7..f961a36ba9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java index 426a3ccf07..d95a6a81be 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java index c0fb38521d..50cc77a3d3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java index 6db5bbf6ee..2b68aea61e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java index 12f195464e..585c830662 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java index e2eb675549..ddf318dca0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java index e3dc3272a7..9d848428a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java index 2df191b09e..a7f97b893b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java index e6ff0c40b2..fb3b6e8a05 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java index 07a17396db..9cfb94a325 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java index fd6471a43e..0ff3ee034b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java index 17b62af03a..2e3cfae09d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java index 1e651a68d0..e349ab086e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.raft.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java index e74f9a508c..e005e0588a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.ram; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java index 346612e2bb..c78424e8fc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.ram; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java index ae4f056eec..a1950f4cc4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.ram; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java index bae1a3fb90..5722e9ff85 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.ram; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java index b00fc98113..1473fc4c08 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.ram; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java index f62d7210b0..fb48dcc73a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java index 189016ea20..c42268fc76 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java index a3e2402dea..fbb277deb4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java index 7d3ae5ee49..7b3a158487 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java index 9e070c4423..6dc00274c0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java index 2944fab8ea..8c1b773e57 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.tx; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java index aa974ffe34..6b0d0f7ee4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.config; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java index eee45cb11c..477261f382 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.config; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java index 4f8e30e0e9..c2b1bed8c3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java index df39e10d43..b34d0b0c88 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java index ce7d99546d..02873bbf8c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java index 55d571b6f2..74e9227707 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java index 2d5994b9d6..0b7ed78de6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java index f628b34623..f031aacee5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java index 80db82a0c6..e79631f0bc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.election; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java index c4c92e99fb..7ee700e068 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java index d9a4a33cf6..09f18e1f66 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java index f2dc3ba7ff..32b0b7ac02 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java index ee367404b2..06ec2d625f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java index 8c9631a9c3..9273add250 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java index d1d7990dff..a55e23580a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java index 88fec0a824..72559c7d7a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java index 842999c2a9..a5954d49d4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.exception; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java index 22e4eea989..a471da741e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.io; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java index 92fcad7c00..48ad6f1bd5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.io; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java index e5ccefd83f..e54c5a81cb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.io; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java index 0c7cf18cd8..79b72029f1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.io; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java index 204eb88b9c..8b972097ee 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java index 4ac866cf1c..faa479b417 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java index 6607cea5c9..04441674f2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java index 627eef1a43..5a9d9d5d35 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java index 110bf9e88e..8b5b9ee38e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java index 258f2414a1..cae20f5926 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java index 4daab6d71a..0f1c28d72e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java index d21d57eee0..7cf666aada 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java index 9cb0bc0c6f..177210d2c2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java index d075ed6995..b5ac3d3a27 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java index d7ce63445a..1d45604184 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java index e49563e2c7..eb6c507b0f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java index 0ef11517d0..e3533b3d24 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java index b01cfb6b2e..5c91fadd16 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java index 2490b85b1c..14bc1c48a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java index bf58151f17..ab2ac6bc18 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java index 08c53eec05..e56aab3dc9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java index f573a56cbe..ba7e902fe8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java index a1655f7563..edf0ad82e1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java index 0a8c101dae..62a68beb93 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java index 013d568088..6946256bcf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java index 1dc5172938..f6fb429977 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java index a3fd46e176..6739d59de7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java index 00d561ef72..d6625e9295 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java index 5b2527dabb..e7d26fd73d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java index ce08816482..f8b2a6414d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.cent; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java index 5020b06a4e..22d50240a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java index db5a1ba33c..b0f2cb4479 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java index 4bcb8f8eb0..1f6e9d9610 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java index a8ae80ce9f..5715ff104d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java index 66c970c5d9..0ef3c0f82e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java index c18c2471be..f289d02d4c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java index 7611435d21..1a53ab1037 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java index c432479ce9..ff805218d7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.comm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java index 87e75865ba..c2846819a3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.path; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java index 548af5e56e..a40c43cb21 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.rank; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java index ffaa738103..b58b8877fb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.algorithm.similarity; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java index 491cd9cea1..850aca8a1d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java index 00f85fd45a..8b64f9e245 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java index 66ac910d07..f1a6eb0011 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java index c39eaff674..6d53d8d0c6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java index c2356fec69..2627c54cbc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java index ab639d6850..319d1adcfb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java index 4f902f015f..7d7a59c486 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java index 70bbd0e359..f23e0592bd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.computer; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java index 25d13988ec..0b0612cb4b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java index b0d373ebbe..79f20347f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java index e643e1cb48..54af5a6ffc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java index 8ac64541a9..f6228b3d61 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java index 7606017a57..cd1c029ef3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java index d6447226e4..8c7204e928 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java index 96d6e1d427..9b378120e7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java index de4cda74bb..507f2f3910 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java index 629de64744..f50fb3df4d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.system; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java index ee341af29d..a8865219b5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.system; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java index a62e8d6fa2..2de776db04 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.system; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java index 64ce376844..87866bd571 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.job.system; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java index dc59b543cd..ef05361d4e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.plugin; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java index cb431477a9..b39c3d51f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.plugin; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java index 8a254d1284..54768381e6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java index 73e5f0122e..eff8ef2d56 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.rpc; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java index d03ae96f87..6f5aaf6780 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java index 7726075f39..6f8100ecb8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java index cc5d01cea4..fe4c407e9c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java index 8f6973a7d6..2b8c27d643 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java index b2c47d0c9d..e77ac0bd90 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java index e1eee7e54f..4533efc627 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java index bba22ef11e..1320eb2a51 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java index 6ccbe42220..7bdc04be84 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java index 997152f0c2..0a935716c9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java index ba1728c051..e9d99a285e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java index 249d9f6153..34b6a37f18 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java index c598f0150d..d0c8c25f93 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java index 62481e8936..e5ef537d2b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java index 5736de81fa..f746310569 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.schema.builder; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java index 28226bde62..294292eac5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.security; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java index 759088c8d8..c99e0eab20 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java index 245569f6c0..cd2302cd4f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java index 9ff68c7561..db60366323 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java index b22960b41b..11b85fcaa8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java index e5afccd115..31c09ddcec 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java index 02123ea49e..2665378db4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java index f0855c30d2..3522574228 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java index fa40762cef..49e03539b7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java index 89da405fdf..1891613c2b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.structure; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java index 53f9b9b2cc..cb821820f4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java index 7b37540d26..ec5588b760 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java index 6942c495c7..fa6e8be452 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java index 8b2f11190c..2847f0d6ba 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java index e770c37781..734557ca06 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java index fa5f3381af..2d0f13e0f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java index f0362fc235..f6d3847be5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java index cb35ce12d2..db3dfa81c2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.task; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java index 9d392039b7..cfa6cbfbe5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java index ad1edd52ae..07eb6cb9ca 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java index afcb58e544..93533060a3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java index ee6c310417..49bcc248d2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java index 1325440790..dcec280c5a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java index 8802772d44..b91a285409 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java index dcf896036f..6873d56d0a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java index 85b873ebeb..31beba7cf4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java index 28e4f79d9a..c20199c872 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java index 5e70db062b..b297fceab9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java index 7b72c298f8..1d98bcdd1a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java index fa95a5b1b2..a3a6c3231f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java index 9a55100633..2a6bcf412b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java index 3ed4161778..f9d4532365 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java index c462311d1d..227d57a219 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java index 876e652258..7dd2d5b896 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java index 5707805d3d..b2737c8c32 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java index 812cb2c9f4..45294331ae 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java index 1524aad903..386d89a297 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java index c00295cf53..1bca81ea51 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java index 0728265447..7d66ffb9b4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java index 7427e906c9..97098896d1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java index b4a8b7e44c..32cb69ba69 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java index 48af75370e..91f2fd832a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java index e49941f52a..7168e544f2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java index 0c90c3d5eb..1f5dada5c5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java index b782f23fa7..c405e9ae26 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java index d450b774da..851b00e783 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java index 03c4b6be4b..9b0ac409ee 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java index aca23c3048..51cc13cf1e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java index ce7abad4c2..3dc3bb5ff7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java index b79b1e77e0..57892a7dce 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java index 0baa4e0068..92aa568e89 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java index ac79623531..255f267d92 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java index f9ca9ea68d..2d053c1c97 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java index 52bcb6768c..024288d586 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.records.record; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java index d6fd5f09c2..c7b0d1552b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.steps; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java index ec646b24e3..776e26ed2c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.steps; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java index e343a14f43..f727627521 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.steps; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java index 1c796ef0df..f7561e9370 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.strategy; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java index dc48410f5d..6ad5397555 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.strategy; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java index 2743b113d6..8fa06ddcf2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.algorithm.strategy; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java index e6db121686..6ce0d97baf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java index 30e63f5adf..90d141898a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java index 6ead777d9c..c7394ab2de 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java index 0d6a4b4c67..2fa6cac56f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java index 23c710c50a..a52c71f1f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java index 9395824121..f60d83d2c8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java index 5a52b9c57e..f66b527a9d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java index 6f333ef1be..2515c2ad7f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java index 2f8b77e4d2..a0e580b915 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java index 1dd72eb944..d9591ed25e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java index cf29dd1694..62795d4782 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java index fa35be55a2..5ecf1e0c10 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.traversal.optimize; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java index e82b02d69f..7771602a3a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java index 57ba97a38a..e7c24c1157 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java index acfc073666..eb90c5938d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java index e0e3928bf2..1050a00bac 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java index 292d631226..aba2aa20fc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java index 505f363875..0660e994d5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java index 8eaf039ac9..efab61735b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java index c0340d8806..ad3362a2b4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java index 652bffc1ed..235f8cf3b3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java index d1b4d52a6e..471fc27a4c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java index aa199ebb2d..0ab8aa8229 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java index 5bdc4e0c2f..8a7d9da645 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java index 4c199b0867..92e5c3ba18 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java index bf054b9b63..eb19c5b891 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java index a6a65372d6..2e97bb3350 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java index 9cd4236ebb..3c944fddcc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java index 1391a1cd30..990b4680ac 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java index b5f38b27f0..ec3c42d643 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java index 251c70f3b4..c88a964b20 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java index 3ade005aea..4d2e9e6d71 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java index 1cef0c304d..8330f2ba65 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java index 7b35f8be2b..fc36464ba2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.type.define; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java index 4e2aace9f0..7d73da3d92 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java index b2420f309c..c26925a4af 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java index f91587e00b..753d616131 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java index fc12f124dd..fc788b2ebb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java index 25dff3729d..c0fde4ffd4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java index 46c11b23ec..1f0129e417 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java index b88ac0649f..0f8ce623f7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java index be06a20ad1..05e98043c2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java index 7029f4e7e8..b94de470d4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java index 4ed5e14f50..c17e53e1f3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java index 7d88475389..5827726885 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java index eba89d61e5..6e81fec619 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java index 19136c67fd..391073b32d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java index bb5153b5d8..5dc054f19b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java index 5c3245ec9d..9a1897695d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java index d297f69969..50a0bf77cd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java index cf1b5b766b..138af4f890 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java index dd73f38cfa..4809dda097 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java index 22a452b9f9..8b3c04d7cf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java index f53186e7d1..5dba6bbedd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java index d162c775b3..7ce42fb71f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java index 79c7b9c092..095bf022cd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java index 87a5fea52e..857c989b9f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java index e024b1cfa2..5662d3233e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.util.collection; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java b/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java index e8a54f2631..4f5019b507 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.variables; diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java b/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java index d2daa80fe6..5c8ed91811 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.version; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java index 38d4f40c46..1fa9764eb1 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java index 513e04ea99..df938e9fc2 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java index 9791f58867..48d112e487 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java index e64e323b64..927bba61fc 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.dist; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java index b7eed86f39..4d311cad78 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.dist; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java index 6915cda21e..6531ffc35e 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.dist; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java index a9965b7847..6b98c07acf 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.dist; diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java index 789be3af2c..bcaa805890 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.dist; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java index c8d34ef670..e10a708bb8 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java index 18835e9cb1..41f3648218 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java index ba5805beee..6700d9dc88 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java index 42a5da6208..d9f8cdc4e0 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java index bafa5ea33e..51698dab94 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java index 185bd2f172..102509a5a4 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java index 51067ecdd4..5859afc331 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java index 9dbe175c43..640c18a780 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java index 2e997d6ab9..903712efff 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java index da1762e4f4..9d8e6bf6f7 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java index d49e6c506d..1579cda668 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java index 695e8a260d..fa5cc28d64 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.example; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java index ba9b5377be..3123714f89 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java index 8cc3386c15..e2c6b34719 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java index 0761ac5bd6..d1857c3dc3 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java index e349d5509a..23c9c7c5bc 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java index 2a42f12536..6ef3c3d908 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java index 9ece400af5..c74b9bbc48 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java index d4bc68fcd9..b9ea140b40 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java index 898dbc1d33..5bfe14703e 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java index 8d77774386..fc617de5c5 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.hbase; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java index d6a8aec695..319f9a5b92 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java index f39ceaf483..427b529f72 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java index 3b7fd9b1ed..21152665d6 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java index 40d23f5249..910d7430a9 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java index 600469f6e0..2ffddad416 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java index 3a07cdbc26..b4b226806a 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java index c85dac86b0..e8d387f53a 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java index 1a86cdfa81..4728c6b1ce 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java index d485e4b27b..94464fd1be 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java index b84c8a31d9..8da745cade 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java index 393c717916..ff05b58f0f 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java index 6bb9cb8a8e..bf53193a34 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java index cc29eb0088..c9644c364a 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java index 2d683b7513..f1e5d09d24 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.mysql; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java index 2e292b31dc..c0b52de931 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java index c5a8224254..6379057795 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java index 1669926745..8de94a1928 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java index 3bc91de927..6c0568bda8 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java index abb664da33..4d6c69a910 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java index d1cdcd98a0..96c84efca0 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java index a83e590ced..1380f90eef 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java index 420487e2d8..1c5c73f176 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java index 6da0c6a3f2..10d433ebdb 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java index ffcda898c9..1ffe513198 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java index cee3176c4d..7a1a820814 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.palo; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java index 67c70563a2..72157fab9d 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java index 4c46fe2cfb..4e7ec7fb63 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java index 50ff03e0f0..fb68f04750 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java index c50c3ef9a6..7cca8f0d11 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java index 2e7e7b781a..74c98de7ff 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java index 1bb92a9f83..94968b6fb2 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java index 8a36b340e1..b85a8b5c82 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.postgresql; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java index d9add4aa6d..fff8b70f2e 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java index c60e3c11ed..29f5af104f 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java index caf0cc5830..9b468325c8 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java index 432fc11937..a06d9e3ecb 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java index 197eaae255..3ff4fc2388 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java index c72c4c846b..604b0a1d63 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java index b4f669f8e7..6be3cb852a 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java index 081c18818e..e01fd330d6 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java index 6320bbe4c9..1840b8f359 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java index 085576f97e..0459f42314 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java index 5c38d564db..6a7b472740 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java index 4850109f73..342216153d 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdb; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java index cd395a48fb..7c922b8c8a 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdbsst; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java index dc895fa383..108920da43 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdbsst; diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java index f8a54ef385..4e6dfae6d5 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.rocksdbsst; diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java index 18b7ec3789..b57c5e025a 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.scylladb; diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java index 1b3b57a0af..6de5ff451b 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.scylladb; diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java index ca8dbdcc86..74451eeeec 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.scylladb; diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java index 43dd4d8676..9ed3581988 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.backend.store.scylladb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java index fe54b02451..9632c08819 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java index 512075adfd..6568b3f730 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java index 26bee729a5..49e6dae1a5 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java index 4cdc135132..29a6f0f77a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java index 73e8037ce5..fbdef719a4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java index 348988938d..a10c8809ea 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java index bae6adff4e..50827a4716 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java index 20b29e06f1..069d1c993f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java index 1ef05859f6..15e08aa0f0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java index 465e6b71d2..ca9d92fe8a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java index 755cf7ca78..1d104b5888 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java index dd65004942..2b494c5a5b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java index de6d625c4f..bf816b7f77 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java index 228e8874f7..76acf612da 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java index 9651e305e8..035760034d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java index bbb680fa74..7277de11ea 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java index 5f0e1d8e30..6bd8ec2e45 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java index fd877e0468..dbc1d5a41c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java index f592116042..d239790550 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java index fd21813277..a52f7ffcb3 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java index e8ca9c7c6a..3ba9660dda 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java index 554081e6fc..53e32912a0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java index 5383cde367..d14da11f4c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java index ab8a0d14b2..d279895bb2 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java index f380487e9e..9c6993228c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java index e343986dff..92bef9a975 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java index 67f9575bfd..a7ccc588cd 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java index 17e2b506ab..b4a13bb585 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java index 11712f05eb..2952359081 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java index e98b136cbe..7bf068da99 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java index d197c6785b..5017ac8046 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java index 1d6e8dd581..ee6c770067 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java index afece3d247..2dd0f480c0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java index 74cb9cbcfe..d095bb93aa 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java index 4e1c5e4975..39c4ac199c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java index 12bf011db2..e6135af86f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java index 9170e789c7..c19877231d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java index d46904eeae..031c08c141 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java index 9e0785ee43..fe8b197aac 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.api.traversers; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java index ba2e840066..b16a6a2368 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java index 6b043e8618..510f5f63f0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java index 37b4544de3..17cd22c2b0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java index 6c54245813..8603c1af17 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java index 41ff2983db..cef4effcd1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java index 211a30bd31..fd1087de7e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java index 599abaa817..243d483d65 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java index ffb25b5572..8f5cc06772 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java index 37b8d9f50e..4a17a4c21a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java index 3694861bd9..f1378d6a02 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java index 0e01d04012..d79a8183f7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java index c3a2880aca..5a464fa727 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java index 5346a6e9f1..3a142d92c0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java index c74990cf6c..0358a2c52b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java index 99d77ce410..25bfa11bb2 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java index c9229b14dd..008fc153fb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java index eb74680468..c2d644ce69 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.testutil; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java index 5f026a41bf..b89a124d02 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.testutil; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java index c20a20e760..7c3550c947 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java index e907b31252..77520090c0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java index ebab934447..6ab5f7a323 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java index 5ec8a52a02..3f50c168dc 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java index ab830fd374..fe066634c0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java index 3e0b0f49f5..5fc57192bb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java index a9b071e8ce..0263e10f52 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java index 7c7d99dc47..1c0411b733 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java index e660d91f3d..bf7214d965 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java index ee198f5379..db22705c11 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.tinkerpop.tests; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java index 0e0e8578cc..7176c1f6a3 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java index ed31fa5bd2..465eaa7f45 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java index 263e1d8dfb..73e27b8329 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java index 50c87c5bf4..7f08f9c2a4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cache; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java index 9c5aa8db49..7780bfbd27 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cache; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java index f3210694fd..a2d66deb27 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cache; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java index 2e8fdc5dd5..eb4ed62200 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cache; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java index 9f978a6e5c..8dcd0846dc 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cache; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java index 5ff958f0f7..f2774a41a8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.cassandra; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java index b9c8f4e2d7..de461c8efb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java index ecc3483471..6535c90a5c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java index 189ed0ecb6..930e01e506 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java index bffa6c7afa..5b6d0e141b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java index 973016057a..cd8176286c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java index 4d922390a6..3c54e0719a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java index b13620989e..5ab7382be4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java index f25ab9500e..0f9ba92554 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java index 0eb8c9ea4d..b5125c50d8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java index b50a8c23c4..e47e59540e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java index e7216628ae..1ea91bedfb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java index 3ecd5679a6..d63d1746ff 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java index 0acd882103..abaccb299f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java index 3a1aef47df..22bc63c9a1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java index 1628a6b98d..386ad8ab7e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java index 376926cc4c..40c587cc7f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java index 34cab7a2ca..e7be7451e8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java index 60ce76c982..d39236ab5a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.core; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java index 0c4d609d23..497f63525f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.id; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java index ed916028cd..711fb3b95c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.id; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java index 14c9a852fd..551360c1b7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.id; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java index b75eaeeb30..86a5dfdedf 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.id; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java index 2f55138551..af81057ed0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.mysql; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java index 793eead522..89746c2231 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.mysql; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java index bb5c255529..f7fc63b0b1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.rocksdb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java index 9ffc109d7a..8039c31e50 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.rocksdb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java index f0f0b4df98..9745c8ea26 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.rocksdb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java index 62743a1587..405db71bbe 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.rocksdb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java index fec7a65a12..1ed495b328 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.rocksdb; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java index a5e07265d1..c3499b702e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java index 6a368111d0..de54e3ef5c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java index bf44c681e7..093e4bb6f7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java index abf756cb92..8d18b7d9e4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java index dd4d046ff8..7f109fe5a3 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java index 526d314a83..ad15925a61 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java index 78abb709d6..7e57f17eea 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java index 35b2f44a79..9de4857503 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.serializer; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java index da9e050278..69c05f7562 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java index 3b15b15d1e..d18b5b23c1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java index d0ad2dce91..6df67ffe5d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java index 2a1a9b2173..7ac1a7da76 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java index d5e5b3ce98..08b2f6acae 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java index 77a12ff1f2..b2c4a472dd 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java index dec47cb953..671c1eb083 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java index 9c225c3145..5befb5275c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java index 37362b3e05..f9dad211d1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java index f0f537d151..5e959feed6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection; diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java index f54db4e538..38c2f4cf36 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java @@ -1,5 +1,4 @@ /* - * * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +15,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * */ package org.apache.hugegraph.unit.util.collection;