Formatted DataExplorer.java

This commit is contained in:
Karl Mortensen 2014-09-18 13:12:23 -04:00
parent 8345151ccd
commit d404793b37

View File

@ -16,7 +16,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.sleuthkit.autopsy.corecomponentinterfaces; package org.sleuthkit.autopsy.corecomponentinterfaces;
import java.beans.PropertyChangeListener; import java.beans.PropertyChangeListener;
@ -31,11 +30,11 @@ public interface DataExplorer extends PropertyChangeListener {
/** /**
* Gets the TopComponent for rendering this DateExplorer * Gets the TopComponent for rendering this DateExplorer
* *
* @return the DataExplorer's TopComponent * @return the DataExplorer's TopComponent
*/ */
public TopComponent getTopComponent(); public TopComponent getTopComponent();
public boolean hasMenuOpenAction(); public boolean hasMenuOpenAction();
} }