Author: [email protected]
Date: Wed Apr 29 21:50:58 2009
New Revision: 5312
Modified:
trunk/dev/core/src/com/google/gwt/dev/shell/StandardGeneratorContext.java
Log:
Removed the no longer necessary @Override annotations.
Patch by: amitmanjhi
Modified:
trunk/dev/core/src/com/google/gwt/dev/shell/StandardGeneratorContext.java
==============================================================================
---
trunk/dev/core/src/com/google/gwt/dev/shell/StandardGeneratorContext.java
(original)
+++
trunk/dev/core/src/com/google/gwt/dev/shell/StandardGeneratorContext.java
Wed Apr 29 21:50:58 2009
@@ -129,7 +129,6 @@
return diskCache.readString(cacheToken);
}
- @Override
public String getStrongHash() {
if (strongHash == null) {
strongHash = Util.computeStrongName(Util.getBytes(getSource()));
@@ -192,7 +191,6 @@
* The old source is not preserved across refreshes. We use a
strongHash to
* avoid the memory overhead of storing the source.
*/
- @Override
public String getStrongHash() {
if (strongHash == null) {
strongHash = Util.computeStrongName(Util.getBytes(getSource()));
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---