Skip to content

Commit

Permalink
register metadata before actual initalization
Browse files Browse the repository at this point in the history
  • Loading branch information
copierrj committed Sep 12, 2014
1 parent e49dd5c commit 3391694
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public static void reinitializeChain( Workspace workspace, ResourceIdentifier<?
list = g.toSortedList();
workspace.destroy( list.get( 0 ).getIdentifier() );
for ( ResourceMetadata<? extends Resource> md : list ) {
workspace.add( md.getLocation() );
workspace.init( md.getIdentifier(), null );
}
}
Expand Down

0 comments on commit 3391694

Please sign in to comment.