Remove deprecated class
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ef36f14f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ef36f14f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ef36f14f Branch: refs/heads/master Commit: ef36f14fec89a5c486e32a18e6442f4505c3182f Parents: f660332 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Jun 13 13:30:47 2012 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Jun 13 13:30:47 2012 +0300 ---------------------------------------------------------------------- .../markup/html/border/MarkupComponentBorder.java | 27 --------------- 1 files changed, 0 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ef36f14f/wicket-core/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java deleted file mode 100644 index 550b693..0000000 --- a/wicket-core/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java +++ /dev/null @@ -1,27 +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.wicket.markup.html.border; - - -/** - * @deprecated Please use {@link BorderBehavior} instead. - */ -@Deprecated -public class MarkupComponentBorder extends BorderBehavior -{ - private static final long serialVersionUID = 1L; -}
