Skip to content

Commit 6dd88e5

Browse files
author
Ryan Hamilton
committed
Move everything to com.timestored.plugins
1 parent 6911297 commit 6dd88e5

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

src/main/java/com/timestored/qstudio/open/ConnectionDetails.java renamed to src/main/java/com/timestored/plugins/ConnectionDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.timestored.qstudio.open;
1+
package com.timestored.plugins;
22

33
/** Details relevant to a single database server connection. */
44
public class ConnectionDetails {

src/main/java/com/timestored/qstudio/open/DatabaseAuthenticationService.java renamed to src/main/java/com/timestored/plugins/DatabaseAuthenticationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.timestored.qstudio.open;
1+
package com.timestored.plugins;
22

33
/**
44
* Interface to allow retrieving connection details from somewhere external to qStudio.

src/main/java/com/timestored/qstudio/open/ExampleDatabaseAuthenticationService.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)