removed unused code
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@141669 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e37f8b2dd6
commit
4d8a5e031f
|
@ -210,10 +210,7 @@ public class WorkspaceUploadServletStream extends HttpServlet implements Servlet
|
||||||
|
|
||||||
int uploadItemsCnt = 0;
|
int uploadItemsCnt = 0;
|
||||||
String scopeGroupId = "";
|
String scopeGroupId = "";
|
||||||
String currUserId = "";
|
|
||||||
//GET FILE STREAM
|
//GET FILE STREAM
|
||||||
|
|
||||||
|
|
||||||
while (fileItemIterator.hasNext()) {
|
while (fileItemIterator.hasNext()) {
|
||||||
FileItemStream item = fileItemIterator.next();
|
FileItemStream item = fileItemIterator.next();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue