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 1
1
/*
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
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -207,7 +207,7 @@ private char unicode() {
207
207
int value = 0 ;
208
208
for (int i = 0 ; i < 4 ; ++i ) {
209
209
switch (next ()) {
210
- case '0' : case '1' : case '2' : case '3' : case '4' :
210
+ case '0' : case '1' : case '2' : case '3' : case '4' :
211
211
case '5' : case '6' : case '7' : case '8' : case '9' :
212
212
value = (value << 4 ) + c - '0' ;
213
213
break ;
Original file line number Diff line number Diff line change 1
1
/*
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
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments