[Ils-source] r1618 - in branches/1.6: . webapp/api/user/get

scribe at crosswire.org scribe at crosswire.org
Tue Aug 21 12:49:45 MST 2018


Author: scribe
Date: 2018-08-21 12:49:45 -0700 (Tue, 21 Aug 2018)
New Revision: 1618

Modified:
   branches/1.6/
   branches/1.6/webapp/api/user/get/index.jsp
Log:
added a commit to /user/get which should not have been left out.




Property changes on: branches/1.6
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:796-1502,1504-1505,1507,1509-1510,1512,1514-1515,1517-1563,1565,1567,1569-1580,1582-1608,1610,1613-1614
   + /trunk:796-1502,1504-1505,1507,1509-1510,1512,1514-1515,1517-1563,1565,1567,1569-1608,1610,1613-1614

Modified: branches/1.6/webapp/api/user/get/index.jsp
===================================================================
--- branches/1.6/webapp/api/user/get/index.jsp	2018-08-12 21:16:29 UTC (rev 1617)
+++ branches/1.6/webapp/api/user/get/index.jsp	2018-08-21 19:49:45 UTC (rev 1618)
@@ -1,13 +1,16 @@
 <%@ page language="java" contentType="text/xml;charset=utf-8" %>
 <%@ page trimDirectiveWhitespaces="true" %>
+
+<%@ page import="java.util.List" %>
+<%@ page import="java.util.ArrayList" %>
+<%@ page import="org.apache.log4j.Logger" %>
+
+<%@ page import="javax.validation.constraints.NotNull" %>
 <%@ page import="javax.validation.constraints.Pattern" %>
-<%@ page import="org.apache.log4j.Logger" %>
 <%@ page import="org.crosswire.webtools.annotation.*" %>
 <%@ page import="org.crosswire.webtools.Serializer" %>
 <%@ page import="com.resolutions.ils.ILSParameters" %>
 <%@ page import="com.resolutions.ils.data.UserProfile" %>
-<%@ page import="java.util.List" %>
-<%@ page import="java.util.ArrayList" %>
 
 <%!
 	@Description(value = "Retrieve a user profile record", name = "user/get")




More information about the Ils-source mailing list