Delete deprecated Yamls class Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9911286b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9911286b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/9911286b
Branch: refs/heads/master Commit: 9911286bcdd1402acab2b7319305bb6d8fcc7076 Parents: 093a8d1 Author: Aled Sage <[email protected]> Authored: Wed May 17 20:43:27 2017 +0200 Committer: Aled Sage <[email protected]> Committed: Fri May 19 10:46:35 2017 +0100 ---------------------------------------------------------------------- .../apache/brooklyn/camp/util/yaml/Yamls.java | 24 -------------------- 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/9911286b/camp/camp-base/src/main/java/org/apache/brooklyn/camp/util/yaml/Yamls.java ---------------------------------------------------------------------- diff --git a/camp/camp-base/src/main/java/org/apache/brooklyn/camp/util/yaml/Yamls.java b/camp/camp-base/src/main/java/org/apache/brooklyn/camp/util/yaml/Yamls.java deleted file mode 100644 index 1bfde6f..0000000 --- a/camp/camp-base/src/main/java/org/apache/brooklyn/camp/util/yaml/Yamls.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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.brooklyn.camp.util.yaml; - -/** @deprecated since 0.7.0 use {@link org.apache.brooklyn.util.yaml.Yamls} */ -@Deprecated -public class Yamls extends org.apache.brooklyn.util.yaml.Yamls { -}
