Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2019-08-10 14:01:30 +0000
committerMatthias Villiger2019-08-10 14:01:30 +0000
commitfcd354a0209671c74a5a78dd7e6d81bd201a2703 (patch)
tree398ce6fa1f418abaa870f3ee58321e45b27390d5 /org.eclipse.scout.rt.mom.api.test
parent8e5308724b79965e838c75583c0c8920615786d4 (diff)
downloadorg.eclipse.scout.rt-fcd354a0209671c74a5a78dd7e6d81bd201a2703.tar.gz
org.eclipse.scout.rt-fcd354a0209671c74a5a78dd7e6d81bd201a2703.tar.xz
org.eclipse.scout.rt-fcd354a0209671c74a5a78dd7e6d81bd201a2703.zip
Update copyright file header to block comment
Diffstat (limited to 'org.eclipse.scout.rt.mom.api.test')
-rw-r--r--org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/DestinationConfigPropertyParserTest.java4
-rw-r--r--org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/BytesMarshallerTest.java4
-rw-r--r--org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/JsonMarshallerTest.java4
-rw-r--r--org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/ObjectMarshallerTest.java4
-rw-r--r--org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/TextMarshallerTest.java4
5 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/DestinationConfigPropertyParserTest.java b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/DestinationConfigPropertyParserTest.java
index 623ec04fa2..8745cc346a 100644
--- a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/DestinationConfigPropertyParserTest.java
+++ b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/DestinationConfigPropertyParserTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2010-2017 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.scout.rt.mom.api;
import static org.junit.Assert.assertEquals;
diff --git a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/BytesMarshallerTest.java b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/BytesMarshallerTest.java
index 871154e1a7..b019ed1e57 100644
--- a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/BytesMarshallerTest.java
+++ b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/BytesMarshallerTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2010-2017 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.scout.rt.mom.api.marshaller;
import static org.junit.Assert.assertEquals;
diff --git a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/JsonMarshallerTest.java b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/JsonMarshallerTest.java
index cc73da9ed5..857f7ead5d 100644
--- a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/JsonMarshallerTest.java
+++ b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/JsonMarshallerTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2010-2017 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.scout.rt.mom.api.marshaller;
import static org.hamcrest.core.Is.is;
diff --git a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/ObjectMarshallerTest.java b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/ObjectMarshallerTest.java
index bfb39ce01a..d1871c03c0 100644
--- a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/ObjectMarshallerTest.java
+++ b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/ObjectMarshallerTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2010-2017 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.scout.rt.mom.api.marshaller;
import static org.hamcrest.core.Is.is;
diff --git a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/TextMarshallerTest.java b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/TextMarshallerTest.java
index 76d78251f4..d249a7cef1 100644
--- a/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/TextMarshallerTest.java
+++ b/org.eclipse.scout.rt.mom.api.test/src/test/java/org/eclipse/scout/rt/mom/api/marshaller/TextMarshallerTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2010-2017 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.scout.rt.mom.api.marshaller;
import static org.hamcrest.core.Is.is;

Back to the top