Author: markt
Date: Thu Feb 2 08:40:04 2012
New Revision: 1239485
URL: http://svn.apache.org/viewvc?rev=1239485&view=rev
Log:
Deprecated code that is no longer used.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java?rev=1239485&r1=1239484&r2=1239485&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java Thu Feb 2
08:40:04 2012
@@ -34,6 +34,10 @@ public final class IntrospectionUtils {
private static final org.apache.juli.logging.Log log=
org.apache.juli.logging.LogFactory.getLog( IntrospectionUtils.class );
+ /**
+ * @deprecated No longer required. Will be removed in Tomcat 8.0.x.
+ */
+ @Deprecated
public static String guessInstall(String installSysProp,
String homeSysProp, String jarName) {
return guessInstall(installSysProp, homeSysProp, jarName, null);
@@ -48,7 +52,10 @@ public final class IntrospectionUtils {
* both System properties are unset, "install" and "home" will be set to
the
* same value. This value will be the other System property that is set, or
* the guessed value if neither is set.
+ *
+ * @deprecated No longer required. Will be removed in Tomcat 8.0.x.
*/
+ @Deprecated
public static String guessInstall(String installSysProp,
String homeSysProp, String jarName, String classFile) {
String install = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]