aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/UserError.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2007-12-14 10:16:22 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2007-12-14 10:16:22 +0000
commit81c1527631aa278bbc696fa3e23d6fb05c613a9c (patch)
tree29e9c34293d59e69da9d12fa4be2478923056da0 /src/com/itmill/toolkit/terminal/UserError.java
parent4d20bbdb46c3ad38e341a432867bbf5881836b2b (diff)
downloadvaadin-framework-81c1527631aa278bbc696fa3e23d6fb05c613a9c.tar.gz
vaadin-framework-81c1527631aa278bbc696fa3e23d6fb05c613a9c.zip
refactored method name to correspond to the one (setDebugId) to be added to GWT (according to rumors)
svn changeset:3241/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/terminal/UserError.java')
-rw-r--r--src/com/itmill/toolkit/terminal/UserError.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/terminal/UserError.java b/src/com/itmill/toolkit/terminal/UserError.java
index 5318dbc686..182867bef0 100644
--- a/src/com/itmill/toolkit/terminal/UserError.java
+++ b/src/com/itmill/toolkit/terminal/UserError.java
@@ -140,11 +140,11 @@ public class UserError implements ErrorMessage {
return msg;
}
- public String getTestingIdentifier() {
+ public String getDebugId() {
return null;
}
- public void setTestingIdentifier(String id) {
+ public void setDebugId(String id) {
throw new UnsupportedOperationException(
"Setting testing id for this Paintable is not implemented");
}