We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0279c56 commit 26deaa3Copy full SHA for 26deaa3
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>sampleapp</artifactId>
7
<packaging>war</packaging>
8
<version>2.0</version>
9
- <name>Vaadin Addressbook example</name>
+ <name>Vaadin Sampleapp example</name>
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
src/main/java/com/devopsdemo/tutorial/addressbook/AddressbookUI.java
@@ -24,7 +24,7 @@
24
* By default, a new UI instance is automatically created when the page is loaded. To reuse
25
* the same instance, add @PreserveOnRefresh.
26
*/
27
-@Title("Addressbook")
+@Title("sampleapp")
28
@Theme("valo")
29
@Widgetset("com.vaadin.v7.Vaadin7WidgetSet")
30
public class AddressbookUI extends UI {
0 commit comments