comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/util/ILogger.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
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
8 * Contributors: 8 * Contributors:
9 * Chris Gross (schtoo@schtoo.com) - initial API and implementation 9 * Chris Gross (schtoo@schtoo.com) - initial API and implementation
10 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications) 10 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications)
11 *******************************************************************************/ 11 *******************************************************************************/
12 12
13 package org.eclipse.core.databinding.util; 13 module org.eclipse.core.databinding.util.ILogger;
14
15 import java.lang.all;
14 16
15 import org.eclipse.core.runtime.IStatus; 17 import org.eclipse.core.runtime.IStatus;
16 18
17 /** 19 /**
18 * A mechanism to log errors throughout JFace Data Binding. 20 * A mechanism to log errors throughout JFace Data Binding.