Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dblicious: Fix src warnings in lift-proto, lift-db, lift-mapper, and lift-record #1539

Merged
merged 14 commits into from Apr 17, 2014

Conversation

Shadowfiend
Copy link
Member

lift-proto and lift-db, lift-mapper, and lift-record should be done here for src stuff,
contributing towards #1534 .

logger.debug("Test connection failed, removing connection from pool, name=%s".format(name))
poolSize = poolSize - 1
tryo(x.close)
newConnection(name)
} catch {
case e => newConnection(name)
case e: Exception => newConnection(name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exception or Throwable here?

@farmdawgnation
Copy link
Member

Looks good to me. 👍

farmdawgnation added a commit that referenced this pull request Apr 17, 2014
Dblicious: Fix src warnings in lift-proto, lift-db, lift-mapper, and lift-record
@farmdawgnation farmdawgnation merged commit fa74941 into deprecator-exterminator Apr 17, 2014
@farmdawgnation farmdawgnation deleted the dblicious branch April 17, 2014 18:21
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.

None yet

2 participants