File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/com/rabbitmq/tools/json Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/*
2- Copyright 2006, 2007 Frank Carver
3- Copyright 2007 Tony Garnock-Jones
2+ Copyright (c) 2006- 2007 Frank Carver
3+ Copyright (c) 2007-2011 VMware, Inc. All Rights Reserved
44
55 Licensed under the Apache License, Version 2.0 (the "License");
66 you may not use this file except in compliance with the License.
@@ -207,7 +207,7 @@ private char unicode() {
207207 int value = 0 ;
208208 for (int i = 0 ; i < 4 ; ++i ) {
209209 switch (next ()) {
210- case '0' : case '1' : case '2' : case '3' : case '4' :
210+ case '0' : case '1' : case '2' : case '3' : case '4' :
211211 case '5' : case '6' : case '7' : case '8' : case '9' :
212212 value = (value << 4 ) + c - '0' ;
213213 break ;
Original file line number Diff line number Diff line change 11/*
2- Copyright 2006, 2007 Frank Carver
3- Copyright 2007 Tony Garnock-Jones
2+ Copyright (c) 2006- 2007 Frank Carver
3+ Copyright (c) 2007-2011 VMware, Inc. All Rights Reserved
44
55 Licensed under the Apache License, Version 2.0 (the "License");
66 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments