From: Roland Häder Date: Sun, 17 Apr 2011 18:52:48 +0000 (+0000) Subject: Wrong naming... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=c36f072f05d9f2d3ec00c22fd4450052c4ff3f13;hp=4435c2d922e89195cd9b8c47bb296f51b193243c Wrong naming... --- diff --git a/inc/classes/main/streams/input/class_ b/inc/classes/main/streams/input/class_ index 81fb8ed6..f72b979d 100644 --- a/inc/classes/main/streams/input/class_ +++ b/inc/classes/main/streams/input/class_ @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???InputStream extends BaseInputStream implements InputStreamable { +class ???InputStream extends BaseStream implements InputStreamable { /** * Protected constructor * diff --git a/inc/classes/main/streams/output/class_ b/inc/classes/main/streams/output/class_ index 5be4d72b..1c389811 100644 --- a/inc/classes/main/streams/output/class_ +++ b/inc/classes/main/streams/output/class_ @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???OutputStream extends BaseOutputStream implements OutputStreamable { +class ???OutputStream extends BaseStream implements OutputStreamable { /** * Protected constructor *