Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
2f2d3d82
Commit
2f2d3d82
authored
Nov 14, 2016
by
Michael Ritter
Browse files
Use correct logger
parent
ce31f799
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/java/edu/umiacs/ace/rest/SettingsManagement.java
View file @
2f2d3d82
...
...
@@ -4,10 +4,11 @@
*/
package
edu.umiacs.ace.rest
;
import
com.sun.istack.logging.Logger
;
import
edu.umiacs.ace.driver.irods.IrodsSetting
;
import
edu.umiacs.ace.monitor.core.Collection
;
import
edu.umiacs.ace.util.PersistUtil
;
import
org.apache.log4j.Logger
;
import
javax.persistence.EntityManager
;
import
javax.persistence.EntityTransaction
;
import
javax.persistence.NoResultException
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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