Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 831 Rev 851
Line 142... Line 142...
142
				rafraichirInformation(info);
142
				rafraichirInformation(info);
143
			} else {
143
			} else {
144
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
144
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
145
			}
145
			}
146
		} catch (Exception e) {
146
		} catch (Exception e) {
147
			GWT.log("rafraichir()", e);
147
			GWT.log(mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), e);
148
		}
148
		}
149
		controlerFermetureApresRafraichissement();
149
		controlerFermetureApresRafraichissement();
150
	}
150
	}
Line 151... Line 151...
151
 
151