Skip to content

Commit

Permalink
logging upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Apr 2, 2014
1 parent fb27161 commit 9dd8cf3
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -18,14 +18,15 @@

import java.io.IOException;

import org.apache.log4j.Logger;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;

/**
* Generate a generic revisions and worlflow menu item
*/
public class RevisionsWorkflowMenuItem {

private static Logger log = Logger.getLogger(RevisionsWorkflowMenuItem.class);
private static Logger log = LogManager.getLogger(RevisionsWorkflowMenuItem.class);

/**
* Get generic revisions and workflow menu item
Expand Down

0 comments on commit 9dd8cf3

Please sign in to comment.