Skip to content

Commit

Permalink
Added missing import for MessageContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeshpa authored Sep 17, 2020
1 parent 1f68094 commit 7d49518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/edu/harvard/i2b2/pm/delegate/ServicesHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
import edu.harvard.i2b2.pm.ws.ServicesMessage;
import edu.harvard.i2b2.pm.ejb.DBInfoType;

import org.apache.axis2.context.MessageContext;



public class ServicesHandler extends RequestHandler {
Expand Down

0 comments on commit 7d49518

Please sign in to comment.