blob: 2754f30562d7f56f71476b60424a8e662a5e6908 [file] [log] [blame]
/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
* Copyright (c) 2010, IBM Corporation
*/
package com.phonegap.weinre.server.service;
/**
*
*/
public class WebInspectorDOMHandler extends InspectorBackend {
/**
*
*/
public WebInspectorDOMHandler() {
super();
}
}