From 91566253b70bc75d677deaf6b22b2c36126a1fff Mon Sep 17 00:00:00 2001 From: bvosburgh Date: Mon, 6 Apr 2009 19:52:17 +0000 Subject: minor tweaks --- .../src/org/eclipse/jpt/core/context/OneToOneMapping.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/OneToOneMapping.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/OneToOneMapping.java index dba0c28104..98637f094c 100644 --- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/OneToOneMapping.java +++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/OneToOneMapping.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2008 Oracle. All rights reserved. + * Copyright (c) 2007, 2009 Oracle. All rights reserved. * This program and the accompanying materials 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. @@ -11,7 +11,7 @@ package org.eclipse.jpt.core.context; /** - * + * One-to-one mapping * * Provisional API: This interface is part of an interim API that is still * under development and expected to change significantly before reaching @@ -22,5 +22,8 @@ package org.eclipse.jpt.core.context; public interface OneToOneMapping extends SingleRelationshipMapping { + /** + * covariant override + */ OneToOneRelationshipReference getRelationshipReference(); } -- cgit v1.2.3