blob: 2ec67d491e59a29f1ff61586cdbe30242c65adb4 [file] [log] [blame]
cbridgha5420bad2004-11-11 21:11:43 +00001/***************************************************************************************************
2 * Copyright (c) 2003, 2004 IBM Corporation and others. All rights reserved. This program and the
3 * accompanying materials are made available under the terms of the Eclipse Public License v1.0
4 * which accompanies this distribution, and is available at
5 * http://www.eclipse.org/legal/epl-v10.html
6 *
7 * Contributors: IBM Corporation - initial API and implementation
8 **************************************************************************************************/
9package org.eclipse.wst.common.internal.emf.utilities;
10
11
12public class Revisit {
13
14 /**
15 * Revisit constructor comment.
16 */
17 public Revisit() {
18 super();
19 }
20
21 public static void revisit() {
22 }
23
24
25 public static void unComment() {
26 }
27
28 public static void toDo() {
29 }
30
31 public static void refactor() {
32 }
33
34 public static void removeDeprecatedMethod() {
35 }
36
37 public static void deleteMe() {
38 }
39
40 public static void reviewDesign() {
41 }
42}
43