mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[유치수] [NOBTS] transaction info에서 사용하는 parameter v의 기본값을 0으로 설정.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2576 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -109,7 +109,7 @@ public class BusinessTransactionController {
|
||||
// FIXME jsonResult는 UI 개발 편의를 위해 임시로 추가된 변수 임. 나중에 제거.
|
||||
// 기존 html view에서 json을 넘어가는 중임.
|
||||
@RequestParam(value="jsonResult", required=false, defaultValue="false") boolean jsonResult,
|
||||
@RequestParam(value="v", required=false) int viewVersion) {
|
||||
@RequestParam(value="v", required=false, defaultValue="0") int viewVersion) {
|
||||
logger.debug("traceId:{}", traceIdParam);
|
||||
|
||||
final TransactionId traceId = new TransactionId(traceIdParam);
|
||||
|
||||
Reference in New Issue
Block a user