1 16 package org.apache.cocoon.matching; 17 18 import org.apache.avalon.framework.activity.Initializable; 19 20 25 public class WildcardParameterValueMatcher extends WildcardRequestParameterMatcher 26 implements Initializable 27 { 28 public void initialize() { 29 getLogger().warn("WildcardParameterValueMatcher is deprecated. Please use WildcardRequestParameterMatcher"); 30 } 31 } 32 | Popular Tags |