HDFS-2816. Fix missing license header in httpfs findbugsExcludeFile.xml. (hitesh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1234135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6923061d0
commit
654b90fa23
|
@ -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.
|
||||||
|
-->
|
||||||
<FindBugsFilter>
|
<FindBugsFilter>
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="org.apache.hadoop.lib.service.instrumentation.InstrumentationService" />
|
<Class name="org.apache.hadoop.lib.service.instrumentation.InstrumentationService" />
|
||||||
|
|
|
@ -343,6 +343,9 @@ Release 0.23.1 - UNRELEASED
|
||||||
HDFS-2751. Datanode may incorrectly drop OS cache behind reads
|
HDFS-2751. Datanode may incorrectly drop OS cache behind reads
|
||||||
even for short reads. (todd)
|
even for short reads. (todd)
|
||||||
|
|
||||||
|
HDFS-2816. Fix missing license header in httpfs findbugsExcludeFile.xml.
|
||||||
|
(hitesh via tucu)
|
||||||
|
|
||||||
Release 0.23.0 - 2011-11-01
|
Release 0.23.0 - 2011-11-01
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue