Repository: curator Updated Branches: refs/heads/CURATOR-421 1784a7c68 -> c3adc9531
no longer used Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1a0c1620 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1a0c1620 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1a0c1620 Branch: refs/heads/CURATOR-421 Commit: 1a0c1620ef3b9bbac0f41dddf153ae7e83aed8c0 Parents: 1784a7c Author: randgalt <[email protected]> Authored: Fri Jul 14 08:07:36 2017 -0500 Committer: randgalt <[email protected]> Committed: Fri Jul 14 08:07:36 2017 -0500 ---------------------------------------------------------------------- .../x/async/modeled/migrations/Result.java | 23 -------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/1a0c1620/curator-x-async/src/main/java/org/apache/curator/x/async/modeled/migrations/Result.java ---------------------------------------------------------------------- diff --git a/curator-x-async/src/main/java/org/apache/curator/x/async/modeled/migrations/Result.java b/curator-x-async/src/main/java/org/apache/curator/x/async/modeled/migrations/Result.java deleted file mode 100644 index 4fcfeac..0000000 --- a/curator-x-async/src/main/java/org/apache/curator/x/async/modeled/migrations/Result.java +++ /dev/null @@ -1,23 +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.curator.x.async.modeled.migrations; - -public interface Result -{ -}
