Skip to main content
summaryrefslogtreecommitdiffstats
blob: b6f58c0ab26324bd286f0e84b6a7c18fbde9c981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Created on Nov 22, 2004
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.eclipse.swt.dnd;

/**
 * @author torres
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class ClipboardProxy {

}

Back to the top