diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2014-12-10 13:17:51 +0200 |
---|---|---|
committer | Mika Murtojarvi <mika@vaadin.com> | 2014-12-10 13:40:43 +0200 |
commit | 409727ec617bfc092f584769997417c05259614d (patch) | |
tree | 79c90cc88839b96cd18af1ed9da220319fecccb1 /server/src/com/vaadin/ui/declarative/DesignException.java | |
parent | 1be6a54741355224482eb4ef164d4c79e41e0785 (diff) | |
download | vaadin-framework-409727ec617bfc092f584769997417c05259614d.tar.gz vaadin-framework-409727ec617bfc092f584769997417c05259614d.zip |
Fix errors that affect validation builds (#7749).
Change-Id: Idfed1c2f87812afcbb961eb238a36a1e09d61952
Diffstat (limited to 'server/src/com/vaadin/ui/declarative/DesignException.java')
-rw-r--r-- | server/src/com/vaadin/ui/declarative/DesignException.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/declarative/DesignException.java b/server/src/com/vaadin/ui/declarative/DesignException.java index 74bcd4cdc6..071e280b78 100644 --- a/server/src/com/vaadin/ui/declarative/DesignException.java +++ b/server/src/com/vaadin/ui/declarative/DesignException.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2014 Vaadin Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ package com.vaadin.ui.declarative; @SuppressWarnings("serial") |