You might want to just use pre tags around lines of code:
```
 * <pre>
 * wrappedBuffer = filter.ensureWrappedCapacity(amount, wrappedBuffer, etc.);
 * unwrappedBuffer = filter.readAtLeast(channel, amount, wrappedBuffer, etc.);
 * </pre>
```

[ Full content available at: https://github.com/apache/geode/pull/3075 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to