You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/12/21 22:57:18 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider FileContentThreadData.java

imario      2004/12/21 13:57:18

  Modified:    vfs/src/java/org/apache/commons/vfs/provider
                        FileContentThreadData.java
  Log:
  added license
  
  Revision  Changes    Path
  1.2       +18 -0     jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/FileContentThreadData.java
  
  Index: FileContentThreadData.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/FileContentThreadData.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FileContentThreadData.java	21 Dec 2004 21:54:32 -0000	1.1
  +++ FileContentThreadData.java	21 Dec 2004 21:57:18 -0000	1.2
  @@ -1,3 +1,18 @@
  +/*
  + * Copyright 2002, 2003,2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.commons.vfs.provider;
   
   import org.apache.commons.vfs.RandomAccessContent;
  @@ -5,6 +20,9 @@
   import java.io.InputStream;
   import java.util.ArrayList;
   
  +/**
  + * Holds the data which needs to be local to the current thread
  + */
   class FileContentThreadData
   {
       // private int state = DefaultFileContent.STATE_CLOSED;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org