blob: 392c251387d862667d42a7d1f3fe88feaa9048e2 [file] [log] [blame]
package org.eclipse.ui.internal.misc;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class UIHackFinder {
/**
* Used to mark code/functionality that we may want in the future.
*/
public static void fixFuture() {}
/**
* Used to mark code that must be fixed up related to error handling.
*/
public static void fixHandler() {}
/**
* Used to mark code that must be fixed up related to ISV or plugin.
*/
public static void fixPR() {}
/**
* Used to mark code that must be fixed up.
*/
public static void fixUI() {}
}