diff options
author | kmoore | 2010-06-24 18:50:39 +0000 |
---|---|---|
committer | kmoore | 2010-06-24 18:50:39 +0000 |
commit | bf9e9213774992566541478f16c999312b417d4c (patch) | |
tree | af2f58191b0bbbcc671cf2e00e25a24c01ffe2b0 /jpa | |
parent | 98730ccf696eb9462ab0cd48a9aafe8b28db1451 (diff) | |
download | webtools.dali-bf9e9213774992566541478f16c999312b417d4c.tar.gz webtools.dali-bf9e9213774992566541478f16c999312b417d4c.tar.xz webtools.dali-bf9e9213774992566541478f16c999312b417d4c.zip |
Bug 315827 - JpaDetailsView JpaProject leak
Diffstat (limited to 'jpa')
-rw-r--r-- | jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/views/JpaDetailsView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/views/JpaDetailsView.java b/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/views/JpaDetailsView.java index d04e3cbb00..228056d92f 100644 --- a/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/views/JpaDetailsView.java +++ b/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/views/JpaDetailsView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2009 Oracle. All rights reserved. This + * Copyright (c) 2006, 2010 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 |