comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/util/Policy.d @ 96:b74ac5dfcc06

package to module and java.lang.all import
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:03:33 +0200
parents 6208d4f6a277
children c86eb8b3098e
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
10 * Chris Gross (schtoo@schtoo.com) - support for ILogger added 10 * Chris Gross (schtoo@schtoo.com) - support for ILogger added
11 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications) 11 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications)
12 * Brad Reynolds - bug 164653 12 * Brad Reynolds - bug 164653
13 * Tom Schindl <tom.schindl@bestsolution.at> - bug 194587 13 * Tom Schindl <tom.schindl@bestsolution.at> - bug 194587
14 *******************************************************************************/ 14 *******************************************************************************/
15 package org.eclipse.core.databinding.util; 15 module org.eclipse.core.databinding.util.Policy;
16
17 import java.lang.all;
16 18
17 import org.eclipse.core.runtime.IStatus; 19 import org.eclipse.core.runtime.IStatus;
18 20
19 /** 21 /**
20 * The Policy class handles settings for behaviour, debug flags and logging 22 * The Policy class handles settings for behaviour, debug flags and logging