forked from twitter/finagle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-mysql: Moved Request Components from vals to defs
Problem / Solution Finagle-Mysql's `Request` trait contains `seq` and `cmd` definitions which are marked as vals, however using a val is unnecessary. Let's change them to defs to lower the footprint of the classes based on `Request`. JIRA Issues: CSL-7996 Differential Revision: https://phabricator.twitter.biz/D303766
- Loading branch information
1 parent
170c2d6
commit d2e2562
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters