Subversion Repositories eFlore/Applications.cel

Rev

Rev 989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 989 Rev 1293
Line 24... Line 24...
24
				+ "/InventoryImport/" + Utilisateur.getInstance().getIdentifiantUtilisateurConsulte());
24
				+ "/InventoryImport/" + Utilisateur.getInstance().getIdentifiantUtilisateurConsulte());
Line 25... Line 25...
25
 
25
 
26
		try {
26
		try {
Line -... Line 27...
-
 
27
			rb.sendRequest(null, new RequestCallback() {
27
			rb.sendRequest(null, new RequestCallback() {
28
 
28
 
29
				@Override
Line 29... Line 30...
29
				public void onError(Request request, Throwable exception) {
30
				public void onError(Request request, Throwable exception) {
Line -... Line 31...
-
 
31
					// TODO Auto-generated method stub
30
					// TODO Auto-generated method stub
32
 
31
 
33
				}
Line 32... Line 34...
32
				}
34
 
33
 
35
				@Override