[449995] Now ignoring changes that are ONLY from Markers
diff --git a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEDeployableFactory.java b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEDeployableFactory.java
index 53c7708..ec8ba73 100644
--- a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEDeployableFactory.java
+++ b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEDeployableFactory.java
@@ -293,7 +293,7 @@
 	}
 
 	public void resourceChanged(IResourceChangeEvent event) {
-		// If it is only a marker change, ignore the change
+		// If it is only a marker change, ignore the change 
 		if(event.getDelta().getFlags() == IResourceDelta.MARKERS) {
 			return;
 		}