https://github.com/apache/commons-lang
Revision 3225ba64ce9f196b828d7c2ea124c03bd0d62955 authored by Benedikt Ritter on 28 March 2015, 12:26:01 UTC, committed by Benedikt Ritter on 28 March 2015, 12:26:01 UTC
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669753 13f79535-47bb-0310-9956-ffa450edef68
1 parent 11c0df1
Raw File
Tip revision: 3225ba64ce9f196b828d7c2ea124c03bd0d62955 authored by Benedikt Ritter on 28 March 2015, 12:26:01 UTC
LANG-1103: Add SystemUtils.IS_JAVA_1_9
Tip revision: 3225ba6
.gitignore
# Maven build files
target
*.log
maven-eclipse.xml
build.properties
site-content

# IntelliJ IDEA files
.idea
.iws
*.iml
*.ipr

# Eclipse files
.settings
.classpath
.project
back to top