@ -84,12 +84,12 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
//TODO: execute on separate thread?
java.awt.EventQueue.invokeLater(newRunnable(){
publicvoidrun(){
NotifyDescriptor.Confirmationmesg=newNotifyDescriptor.Confirmation("Original file for "+assetDataObject.getName()+" changed\nTry and reapply mesh data to j3o file?",
NotifyDescriptor.Confirmationmesg=newNotifyDescriptor.Confirmation("Original file for "+assetDataObject.getName()+" changed\nTry and reapply mesh data to j3o file?\nThe j3o will be saved after the data has been updated.",
@ -102,7 +102,7 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
returnnull;
}
});
userNotified.getAndSet(false);
userNotified.set(false);
}
});
}else{
@ -166,7 +166,7 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
logger.log(Level.FINE,"Ignoring old reference to self for {0}",assetDataObject.getName());
}
}else{
logger.log(Level.INFO,"Could not get FileObject for {0} when trying to opdate original data for {1}. Possibly deleted.",newObject[]{assetName,assetDataObject.getName()});
logger.log(Level.INFO,"Could not get FileObject for {0} when trying to opdate original data for {1}. Possibly deleted.",newObject[]{assetName,assetDataObject.getName()});