File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public String getAuditRaport() {
146
146
try {
147
147
raport .addToAudience (Integer .valueOf (this .getServerResponse (current .getId ().toString ())));
148
148
} catch (Exception e ) {
149
- raport .addToErrorBuffor (current .getName () + "movie for id " + current .getId ().toString () + "\n " );
149
+ raport .addToErrorBuffor (current .getName () + " for id " + current .getId ().toString () + "\n " );
150
150
}
151
151
});
152
152
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class AuditRaport implements Serializable {
9
9
*/
10
10
private static final long serialVersionUID = 5823829955504180090L ;
11
11
12
- private final String epiloque = "Full incomin : \n " ;
12
+ private final String epiloque = "Full incoming : \n " ;
13
13
private Integer numberOfFullAudience = 0 ;
14
14
15
15
private String errorBuffor = "Warning for: \n " ;
@@ -31,9 +31,9 @@ private String getErrorBuffor() {
31
31
}
32
32
33
33
public String getRaportText () {
34
- String text = this .epiloque + this .getNumberOfFullAudience () + "\n " ;
34
+ String text = this .epiloque + this .getNumberOfFullAudience () + "$ \n " ;
35
35
if (errorBuffor .length () != "Warning for: \n " .length ())
36
- text += this .errorBuffor + " are corrupted. Please restart application. If problem would occure more times please conntact superadmin" ;
36
+ text += this .errorBuffor + "are corrupted. Please restart application. If problem would occure more times please conntact superadmin" ;
37
37
return text ;
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments