Skip to content
Snippets Groups Projects
Commit d6689d3a authored by dgelessus's avatar dgelessus
Browse files

Change ASTPlugin to match the original a little more closely

parent 93676576
No related branches found
No related tags found
No related merge requests found
Pipeline #121977 passed
package org.eventb.internal.core.ast;
public class ASTPlugin {
public static String PLUGIN_ID = "who.cares";
public static void log(Object who, Object cares) {}
public static final String PLUGIN_ID = "org.eventb.core.ast"; //$NON-NLS-1$
public static void log(Throwable exc, String message) {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment