]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java
Add thread control classes. (2)
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / global / OnDependency.java
index 4177b50466c043d06b7b726286662583eae75c2c..6f845ea371680f08972439dd445f9443df65342a 100644 (file)
@@ -31,7 +31,7 @@ public class OnDependency extends Task {
     ///\r
     /// cache the modified timestamp of files accessed, to speed up the depencey check\r
     /// \r
-    private static Map<String, Long> timeStampCache = new HashMap<String, Long>();\r
+    private Map<String, Long> timeStampCache = new HashMap<String, Long>();\r
     ///\r
     /// source files list\r
     ///\r