Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1005 → Rev 1006

/impl/src/java/pt/estgp/estgweb/services/sigesimports/ImportSumariesJson.java
288,7 → 288,7
return path;
}
 
private static void sendPdfFtpIonline(CourseUnit cu, List<String> errors, UserSession u,String pdfPath,FTPClient client) throws IOException, TransformerException, FOPException {
private void sendPdfFtpIonline(CourseUnit cu, List<String> errors, UserSession u,String pdfPath,FTPClient client) throws IOException, TransformerException, FOPException {
 
FtpServer server = null;
if(client == null)
299,6 → 299,7
{
logger.warn("###################");
logger.warn("################### > CANT CONNECT FTP");
serviceLogInfo("################### > CANT CONNECT FTP to send " + ((CourseUnitImpl)cu).getSummariosPathIntranet());
return;
}