|
|
@ -94,8 +94,10 @@ public class EditProfile_p {
|
|
|
|
profile.store(fileOut , null );
|
|
|
|
profile.store(fileOut , null );
|
|
|
|
|
|
|
|
|
|
|
|
// generate a news message
|
|
|
|
// generate a news message
|
|
|
|
// HashMap map = new HashMap();
|
|
|
|
Properties news = profile;
|
|
|
|
yacyCore.newsPool.publishMyNews(new yacyNewsRecord("prfleupd", profile));
|
|
|
|
news.remove("comment");
|
|
|
|
|
|
|
|
yacyCore.newsPool.publishMyNews(new yacyNewsRecord("prfleupd", news));
|
|
|
|
|
|
|
|
//yacyCore.newsPool.publishMyNews(new yacyNewsRecord("prfleupd", profile));
|
|
|
|
} catch(IOException e) {
|
|
|
|
} catch(IOException e) {
|
|
|
|
} finally {
|
|
|
|
} finally {
|
|
|
|
if (fileOut != null) try { fileOut.close(); } catch (Exception e) {}
|
|
|
|
if (fileOut != null) try { fileOut.close(); } catch (Exception e) {}
|
|
|
|