Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#107] Every ServiceRestClient call should be measured. Fixes #107
Browse files Browse the repository at this point in the history
  • Loading branch information
nurkiewicz committed Dec 16, 2014
1 parent f260183 commit 3958b41
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ package com.ofg.infrastructure.web.resttemplate

import com.codahale.metrics.MetricRegistry
import groovy.transform.CompileStatic
import groovy.transform.PackageScope
import org.aspectj.lang.ProceedingJoinPoint
import org.aspectj.lang.annotation.Around
import org.aspectj.lang.annotation.Aspect
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.web.client.RestOperations

import static org.springframework.util.StringUtils.trimLeadingCharacter
Expand Down

0 comments on commit 3958b41

Please sign in to comment.