Skip to content

Updated logger imports from the new PathVisio4 version compatibility#3

Open
traybug23 wants to merge 1 commit intobridgedb:mainfrom
traybug23:update-logger-import-pathvisio4
Open

Updated logger imports from the new PathVisio4 version compatibility#3
traybug23 wants to merge 1 commit intobridgedb:mainfrom
traybug23:update-logger-import-pathvisio4

Conversation

@traybug23
Copy link

I noticed that the BridgeDbConfig plugin currently imports org.pathvisio.core.debug.Logger which doesn't exist in the pathvisio4 repository. The class is moved to org.pathvisio.libgpml.debug.Logger.
This was causing a compilation error from my side while building the plugin in PathVisio4.

I updated the logger import in the following files:

BridgeDbConfigPlugin.java
BridgeDbConfigDlg.java
IdMapperDlg.java

This is only an import path change with no logic modifications whatsoever.
I tested it by building the plugin in pathvisio4-ant and the plugin loads successfully without any error.

@egonw @DeniseSl22
Looking forward to your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant