Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java
index a347f500dc..a4c547a532 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/src/org/gastro/inventory/Department.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -26,7 +26,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Department#getStocks <em>Stocks</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getDepartment()
* @model
* @generated
@@ -42,7 +42,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Recipes</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Recipes()
* @see org.gastro.inventory.Recipe#getDepartment
@@ -59,7 +59,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Restaurant</em>' container reference.
* @see #setRestaurant(Restaurant)
* @see org.gastro.inventory.InventoryPackage#getDepartment_Restaurant()
@@ -72,7 +72,7 @@ public interface Department extends Station
/**
* Sets the value of the '{@link org.gastro.inventory.Department#getRestaurant <em>Restaurant</em>}' container
* reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Restaurant</em>' container reference.
* @see #getRestaurant()
@@ -89,7 +89,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Employees</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Employees()
* @see org.gastro.inventory.Employee#getDepartment
@@ -107,7 +107,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Stocks</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Stocks()
* @see org.gastro.inventory.Stock#getDepartment

Back to the top