TAMAYA-53 Fixed XML markup error.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/fc5c6085 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/fc5c6085 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/fc5c6085 Branch: refs/heads/master Commit: fc5c6085cfc6c48806720846910979be5b27a9f9 Parents: 52c52e7 Author: Oliver B. Fischer <[email protected]> Authored: Thu Jan 15 20:31:47 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Thu Jan 15 20:31:47 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/findbugs/findbugs-exclude.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fc5c6085/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml index 8a29761..9227846 100644 --- a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml +++ b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -16,7 +17,6 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <FindBugsFilter> </FindBugsFilter>
