aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata/examples/figures-demo/figures/Canvas.java
blob: e5491d7cbcd26c528bb7f6136b5e464ac29fb400 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright (c) 2002 Palo Alto Research Center Incorporated. All Rights Reserved.
 */
 
package figures;

public class Canvas {
	public static void updateHistory() {
		// not implemented	
	}
}