diff src/org/eclipse/jetty/io/Buffer.java @ 1037:3c4c7cc7904f

rename Buffer.hasContent() to hasRemaining()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 03 Nov 2016 21:54:34 -0600
parents eca26899c4bc
children b71ad168fe34
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Buffer.java	Thu Nov 03 21:42:41 2016 -0600
+++ b/src/org/eclipse/jetty/io/Buffer.java	Thu Nov 03 21:54:34 2016 -0600
@@ -122,7 +122,7 @@
 	/**
 	 * @return true of putIndex > getIndex
 	 */
-	boolean hasContent();
+	boolean hasRemaining();
 	
 	/**
 	 *