com.atlassian.jira.util.system.check
Class JRA18659Check
java.lang.Object
com.atlassian.jira.util.system.check.JRA18659Check
- All Implemented Interfaces:
- SystemEnvironmentCheck
public class JRA18659Check
- extends Object
- implements SystemEnvironmentCheck
Check that the JVM version is above 1.5.0-18_b02 because of the
JVM bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754146
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRA18659Check
public JRA18659Check()
getWarningMessage
public I18nMessage getWarningMessage()
- Description copied from interface:
SystemEnvironmentCheck
- This method returns the warning message, if no warning is neccessary it returns null.
- Specified by:
getWarningMessage
in interface SystemEnvironmentCheck
- Returns:
- an I18nMessage or null
Copyright © 2002-2012 Atlassian. All Rights Reserved.