[Mongobrowser-commit] SF.net SVN: mongobrowser:[25] trunk/mongobrowser/src/com/mebigfatguy/ mongob
Status: Pre-Alpha
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-12-24 03:51:07
|
Revision: 25 http://mongobrowser.svn.sourceforge.net/mongobrowser/?rev=25&view=rev Author: dbrosius Date: 2009-12-24 03:51:00 +0000 (Thu, 24 Dec 2009) Log Message: ----------- remove unused Removed Paths: ------------- trunk/mongobrowser/src/com/mebigfatguy/mongobrowser/actions/SelectDatabaseAction.java Deleted: trunk/mongobrowser/src/com/mebigfatguy/mongobrowser/actions/SelectDatabaseAction.java =================================================================== --- trunk/mongobrowser/src/com/mebigfatguy/mongobrowser/actions/SelectDatabaseAction.java 2009-12-24 03:46:00 UTC (rev 24) +++ trunk/mongobrowser/src/com/mebigfatguy/mongobrowser/actions/SelectDatabaseAction.java 2009-12-24 03:51:00 UTC (rev 25) @@ -1,42 +0,0 @@ -/* - * mongobrowser - a webstart gui application for viewing, - * editing and administering a Mongo Database - * Copyright 2009 MeBigFatGuy.com - * Copyright 2009 Dave Brosius - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and limitations - * under the License. - */ -package com.mebigfatguy.mongobrowser.actions; - -import java.awt.event.ActionEvent; - -import javax.swing.AbstractAction; - -import com.mebigfatguy.mongobrowser.MongoContext; - -public class SelectDatabaseAction extends AbstractAction { - - private MongoContext context; - - public SelectDatabaseAction(MongoContext ctxt, String dbName) { - super(dbName); - context = ctxt; - } - - @Override - public void actionPerformed(ActionEvent arg0) { - // TODO Auto-generated method stub - - } - -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |