fix package reference from jsgui to tidy up displayed strings

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0bb4d746
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0bb4d746
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0bb4d746

Branch: refs/heads/master
Commit: 0bb4d7465cd368ee7f8d4dd236d1c89550343b64
Parents: f439cef
Author: Alex Heneveld <[email protected]>
Authored: Mon Jun 22 10:45:56 2015 -0700
Committer: Alex Heneveld <[email protected]>
Committed: Mon Jun 22 10:46:22 2015 -0700

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html | 2 +-
 usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0bb4d746/usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html 
b/usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html
index 1170415..2c44974 100644
--- a/usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html
+++ b/usage/jsgui/src/main/webapp/assets/tpl/apps/config-name.html
@@ -23,7 +23,7 @@ under the License.
     title="<% 
          if (description) { %><b><%- description %></b><br/><% } 
          if (type) { %>(<% 
-           if (type.startsWith("java.lang.") || type.startsWith("util.")) type 
= type.substring(10);
+           if (type.startsWith("java.lang.") || type.startsWith("java.util.")) 
type = type.substring(10);
          %><%- type %>)<% } %>">
     <%- name %>
 </span>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0bb4d746/usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html 
b/usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html
index 222ba1f..619aa32 100644
--- a/usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html
+++ b/usage/jsgui/src/main/webapp/assets/tpl/apps/sensor-name.html
@@ -23,7 +23,7 @@ under the License.
     title="<% 
          if (description) { %><b><%- description %></b><br/><% } 
          if (type) { %>(<% 
-           if (type.startsWith("java.lang.") || type.startsWith("util.")) type 
= type.substring(10);
+           if (type.startsWith("java.lang.") || type.startsWith("java.util.")) 
type = type.substring(10);
          %><%- type %>)<% } %>">
     <%- name %>
 </span>

Reply via email to