Repository: accumulo Updated Branches: refs/heads/master 1fe48e112 -> 368574869
ACCUMUMLO-2255 rat check failures Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/16b3ee82 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/16b3ee82 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/16b3ee82 Branch: refs/heads/master Commit: 16b3ee826f3c27192035b45e22a1cbaa7aff6332 Parents: ced3293 Author: Eric C. Newton <eric.new...@gmail.com> Authored: Mon Jun 9 17:09:31 2014 -0400 Committer: Eric C. Newton <eric.new...@gmail.com> Committed: Mon Jun 9 17:09:31 2014 -0400 ---------------------------------------------------------------------- .../org/apache/accumulo/tserver/SessionManager.java | 16 ++++++++++++++++ .../org/apache/accumulo/tserver/WriteTracker.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/16b3ee82/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java ---------------------------------------------------------------------- diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java index e8fc010..b200c9e 100644 --- a/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java +++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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.accumulo.tserver; import java.security.SecureRandom; http://git-wip-us.apache.org/repos/asf/accumulo/blob/16b3ee82/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java ---------------------------------------------------------------------- diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java index 2eed484..0a50c97 100644 --- a/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java +++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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.accumulo.tserver; import java.util.ArrayList;