Skip to content

Commit

Permalink
#13425 containers now invalidating
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed Jan 17, 2018
1 parent a5eef90 commit 3f88b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ public InputStream getResourceStream(final String filePath) throws ResourceNotFo

VelocityResourceKey key = new VelocityResourceKey(filePath);

System.out.println("loading:" + key);
Logger.debug(this, "DotResourceLoader:\tInode: " + key.id1);
Logger.debug(this, "DotResourceLoader:\t: " + key);

try {
switch (key.type) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void executeUpgrade() throws DotDataException, DotRuntimeException {

FieldsCache.removeFields(structure);
CacheLocator.getContentTypeCache().remove(structure);
CacheLocator.getVeloctyResourceCache().removeContentTypeFile(new StructureTransformer(structure).from());

StructureFactory.saveStructure(structure);

//Populate host contents with tag storage value = SYSTEM_HOST
Expand Down

0 comments on commit 3f88b15

Please sign in to comment.