Skip to content

Commit 26deaa3

Browse files
committed
changes
1 parent 0279c56 commit 26deaa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>sampleapp</artifactId>
77
<packaging>war</packaging>
88
<version>2.0</version>
9-
<name>Vaadin Addressbook example</name>
9+
<name>Vaadin Sampleapp example</name>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/com/devopsdemo/tutorial/addressbook/AddressbookUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* By default, a new UI instance is automatically created when the page is loaded. To reuse
2525
* the same instance, add @PreserveOnRefresh.
2626
*/
27-
@Title("Addressbook")
27+
@Title("sampleapp")
2828
@Theme("valo")
2929
@Widgetset("com.vaadin.v7.Vaadin7WidgetSet")
3030
public class AddressbookUI extends UI {

0 commit comments

Comments
 (0)