We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb37ea commit 18e71b1Copy full SHA for 18e71b1
team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/auth/SecurityFileSnapshot.java
@@ -149,7 +149,7 @@ public void restoreProperties() {
149
String date = new SimpleDateFormat("dd-MM-yyyy").format(new Date());
150
originalProperties.store(os, "Restored to Original:"+date);
151
os.flush();
152
-
+ os.close();
153
} catch (Exception e) {
154
// TODO Auto-generated catch block
155
e.printStackTrace();
0 commit comments