Parent Directory
|
Revision Log
|
Patch
revision 1140 by alfonx, Sat Oct 16 12:02:19 2010 UTC | revision 1185 by alfonx, Wed Oct 27 14:53:20 2010 UTC | |
---|---|---|
# | Line 256 public class ReleaseUtil { | Line 256 public class ReleaseUtil { |
256 | throw new IllegalArgumentException(); | throw new IllegalArgumentException(); |
257 | } | } |
258 | ||
259 | public static boolean isSnapshow(Class<?> clazz) { | public static boolean isSnapshot(Class<?> clazz) { |
260 | return getVersionInfo(clazz).contains("SNAPSHOT"); | return getVersionInfo(clazz).contains("SNAPSHOT"); |
261 | } | } |
262 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |