Sign in
gwt
/
gwt
/
b48873ed23cdf9c148c824ef3aeeabe8bf14ff45
/
.
/
dev
/
windows
/
src
/
com
/
google
/
gwt
/
dev
/
BootStrapPlatform.java
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
}
}