 |
- Timestamp:
- 11/10/11 11:03:21
(7 months ago)
- Author:
- dhasenan
- Message:
Oops. Fixing previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5690 |
r5691 |
|
| 920 | 920 | } |
|---|
| 921 | 921 | |
|---|
| 922 | | private void formatWithDefaultBuffer(Level level, char[] fmt, TypeInfo[] types, ArgList args) |
|---|
| | 922 | private void formatWithProvidedBuffer(Level level, char[] fmt, TypeInfo[] types, ArgList args) |
|---|
| 923 | 923 | { |
|---|
| 924 | 924 | formatWithBuffer(level, fmt, types, args, buffer_); |
|---|
| … | … | |
| 926 | 926 | } |
|---|
| 927 | 927 | |
|---|
| 928 | | private void formatWithBuffer(Level level, char[] fmt, TypeInfo[] types, ArgList args) |
|---|
| | 928 | private void formatWithBuffer(Level level, char[] fmt, TypeInfo[] types, ArgList args, char[] buf) |
|---|
| 929 | 929 | { |
|---|
| 930 | 930 | append (level, Format.vprint (buf, fmt, types, args)); |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2012 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic