Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.23 KB | None | 0 0
  1.     def increment(featureVector: FeatureVector, clientId: String) {
  2.       val summary = findById(clientId)
  3.       if ( null == summary ) {
  4.         val summary = new FeatureSummary()
  5.         summary.setClientId(clientId)
  6.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement