removed Shan Fu from names

This commit is contained in:
Dolan Miu
2016-07-19 18:43:11 +01:00
parent 922d0b81cc
commit c71ebe8280

View File

@ -33,9 +33,9 @@ export abstract class Packer {
if (!properties) { if (!properties) {
this.properties = new Properties({ this.properties = new Properties({
creator: "Shan Fu", creator: "Un-named",
revision: "1", revision: "1",
lastModifiedBy: "Shan Fu" lastModifiedBy: "Un-named"
}); });
} }