Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
6945d444
Commit
6945d444
authored
Jun 16, 2017
by
Michael Ritter
Browse files
Configure maven-compiler-plugin target/source to 1.8
parent
b348b421
Changes
2
Hide whitespace changes
Inline
Side-by-side
ace-am/pom.xml
View file @
6945d444
...
...
@@ -41,6 +41,14 @@
</webResources>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
<!-- debian package made easy -->
<!--
<plugin>
...
...
ace-am/src/main/java/edu/umiacs/ace/monitor/access/GroupSummaryContext.java
View file @
6945d444
...
...
@@ -13,6 +13,10 @@ import java.util.List;
import
java.util.Map
;
/**
* Servlet context listener which acts as a cache for Summary information about
* groups in ACE
*
* If there are many groups, it's conceivable that this could be a strain on memory
*
* Created by shake on 4/4/17.
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment