aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ComputedStyle.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-04-25 07:14:56 +0000
committerLeif Åstrand <leif@vaadin.com>2012-04-25 07:14:56 +0000
commit4e795bc38ff7ee8a41bd3885eea9ce5de2c281f1 (patch)
tree6422f9acac84151d1e20fd5fc58c27f5faf2e648 /src/com/vaadin/terminal/gwt/client/ComputedStyle.java
parent935850bc41d42e29b75279a718312dbefc70f405 (diff)
downloadvaadin-framework-4e795bc38ff7ee8a41bd3885eea9ce5de2c281f1.tar.gz
vaadin-framework-4e795bc38ff7ee8a41bd3885eea9ce5de2c281f1.zip
Add test for $entry and make it ignore some false positives (#8699)
svn changeset:23626/svn branch:6.8
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/ComputedStyle.java')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ComputedStyle.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java
index e994e47d63..4db3db2adf 100644
--- a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java
+++ b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java
@@ -179,6 +179,7 @@ public class ComputedStyle {
if (isNaN(number))
return null;
else
+ // $entry not needed as function is not exported
return @java.lang.Integer::valueOf(I)(number);
}-*/;