blob: c029eb7ab0f0b1cec5c180fd0642d84c4e55f965 [file] [log] [blame]
// Copyright 2006 Google Inc. All Rights Reserved.
package com.google.gwt.dev;
/**
* Placeholder platform bootstrap class.
*/
public class BootStrapPlatform {
public static void go() {
// nothing to do
}
}