diff src/org/eclipse/jetty/io/ByteArrayBuffer.java @ 1018:4dc1e1a18661

remove HttpSchemes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 24 Oct 2016 05:37:24 -0600
parents 2712133d5bce
children 6647dbc8be71
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/ByteArrayBuffer.java	Mon Oct 24 01:56:08 2016 -0600
+++ b/src/org/eclipse/jetty/io/ByteArrayBuffer.java	Mon Oct 24 05:37:24 2016 -0600
@@ -25,10 +25,7 @@
 
 import org.eclipse.jetty.util.StringUtil;
 
-/* ------------------------------------------------------------------------------- */
-/**
- * 
- */
+
 public class ByteArrayBuffer extends AbstractBuffer
 {
 	// Set a maximum size to a write for the writeTo method, to ensure that very large content is not
@@ -382,7 +379,6 @@
 		return total;
 	}
 
-	/* ------------------------------------------------------------ */
 	@Override
 	public int space()
 	{
@@ -390,9 +386,6 @@
 	}
 
 	
-	/* ------------------------------------------------------------ */
-	/* ------------------------------------------------------------ */
-	/* ------------------------------------------------------------ */
 	public static class CaseInsensitive extends ByteArrayBuffer implements Buffer.CaseInsensitve
 	{
 		public CaseInsensitive(String s)