Files
spring-integration/spring-integration-file
Gary Russell 01b51854d0 INT-3266 Java 6 Compiler Compatibility
- ((CachingSessionFactory<?>.CachedSession) session).dirty();
+ ((CachingSessionFactory.CachedSession) session).dirty();

Failed to compile with Java6 (compiles ok with Java7 with
sourceCompatibility=1.6).
2014-01-21 09:38:52 -05:00
..
2012-09-05 16:55:34 -04:00