Delete deprecated BrooklynTasks Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e920c268 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e920c268 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/e920c268
Branch: refs/heads/master Commit: e920c2687a159609ff17c1654ffb816204c52366 Parents: 90e8fec Author: Aled Sage <[email protected]> Authored: Thu May 18 16:54:16 2017 +0100 Committer: Aled Sage <[email protected]> Committed: Fri May 19 13:27:04 2017 +0100 ---------------------------------------------------------------------- .../brooklyn/core/mgmt/BrooklynTasks.java | 25 -------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/e920c268/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTasks.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTasks.java b/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTasks.java deleted file mode 100644 index e38c34f..0000000 --- a/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTasks.java +++ /dev/null @@ -1,25 +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.core.mgmt; - - -/** @deprecated since 0.7.0 use {@link BrooklynTaskTags} */ -@Deprecated -public class BrooklynTasks extends BrooklynTaskTags { -}
