You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/01/02 17:16:24 UTC

[1/4] git commit: Remove long time deprecated class

Updated Branches:
  refs/heads/master 6d0df2b26 -> f75dd1f6d


Remove long time deprecated class


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f75dd1f6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f75dd1f6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f75dd1f6

Branch: refs/heads/master
Commit: f75dd1f6d812e3ce6b4a1346f8f2a25f76378c68
Parents: c9245c1
Author: martin-g <mg...@apache.org>
Authored: Mon Jan 2 18:16:10 2012 +0200
Committer: martin-g <mg...@apache.org>
Committed: Mon Jan 2 18:16:10 2012 +0200

----------------------------------------------------------------------
 .../markup/html/WicketAjaxIndicatorAppender.java   |   27 ---------------
 1 files changed, 0 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f75dd1f6/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java
deleted file mode 100644
index 591ea6c..0000000
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.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.extensions.ajax.markup.html;
-
-/**
- * @deprecated Use AjaxIndicatorAppender instead.
- * @see org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender
- */
-@Deprecated
-public class WicketAjaxIndicatorAppender extends AjaxIndicatorAppender
-{
-	private static final long serialVersionUID = 1L;
-}