giacomo 2003/01/09 10:43:29 Modified: src/scratchpad/src/org/apache/cocoon/components/source/impl SlideSource.java Log: reverting recent changes Revision Changes Path 1.27 +10 -10 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/SlideSource.java Index: SlideSource.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/SlideSource.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -b -u -r1.26 -r1.27 --- SlideSource.java 9 Jan 2003 15:23:29 -0000 1.26 +++ SlideSource.java 9 Jan 2003 18:43:29 -0000 1.27 @@ -133,22 +133,22 @@ private ComponentManager manager; /** Component context */ - Context context; + private Context context; /** Sytem id */ private String systemid; /** Namespace access token. */ - NamespaceAccessToken nat; + private NamespaceAccessToken nat; /** Configuration of namespace */ - NamespaceConfig config; + private NamespaceConfig config; /** Structure helper. */ - Structure structure; + private Structure structure; /** Content helper. */ - Content content; + private Content content; /** Security helper. */ private Security security; @@ -162,19 +162,19 @@ private CredentialsToken credToken; /** Slide token. */ - SlideToken slideToken; + private SlideToken slideToken; /** Pseudo protocol */ private String protocol = "slide"; /** The URI of the source*/ - String uri; + private String uri; /** Revision number */ - NodeRevisionNumber revisionNumber; + private NodeRevisionNumber revisionNumber; private NodeRevisionDescriptors revisionDescriptors = null; - NodeRevisionDescriptor revisionDescriptor = null; + private NodeRevisionDescriptor revisionDescriptor = null; //private String branch;
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]