Author: schuch
Date: Thu Aug 15 16:29:57 2019
New Revision: 1865236
URL: http://svn.apache.org/viewvc?rev=1865236&view=rev
Log:
Fixes several javadoc linter errors to address CONNECTORS-1618
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ActiveDirectoryAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/amazoncloudsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/amazoncloudsearch/AmazonCloudSearchConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/amazons3/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/amazons3/AmazonS3Authority.java
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnectorUtils.java
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/cmis/CmisAuthorityConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnectorUtils.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/ConfluenceAuthorityConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/Messages.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceConfiguration.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/Messages.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/client/ConfluenceClient.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/exception/PageNotFoundException.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Attachment.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceResource.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceUser.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Label.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutableAttachment.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutablePage.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Page.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/PageType.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/builder/ConfluenceResourceBuilder.java
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/util/ConfluenceUtil.java
manifoldcf/branches/CONNECTORS-1618/connectors/contentlimiter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/contentlimiter/ContentLimiter.java
manifoldcf/branches/CONNECTORS-1618/connectors/documentfilter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/documentfilter/DocumentFilter.java
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/DCTM/AuthorityConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/DCTM/DCTM.java
manifoldcf/branches/CONNECTORS-1618/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/elasticsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/elasticsearch/ElasticSearchConfig.java
manifoldcf/branches/CONNECTORS-1618/connectors/email/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/email/EmailConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/email/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/email/EmailConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/filenet/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/filenet/FilenetConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/filesystem/connector/src/main/java/org/apache/manifoldcf/agents/output/filesystem/FileOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/filesystem/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/filesystem/FileConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/forcedmetadata/connector/src/main/java/org/apache/manifoldcf/agents/transformation/forcedmetadata/ForcedMetadataConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/googledrive/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/googledrive/GoogleDriveRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/gridfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/gridfs/GridFSRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/gts/connector/src/main/java/org/apache/manifoldcf/agents/output/gts/GTSConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/gts/connector/src/main/java/org/apache/manifoldcf/agents/output/gts/HttpPoster.java
manifoldcf/branches/CONNECTORS-1618/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/HtmlExtractor.java
manifoldcf/branches/CONNECTORS-1618/connectors/jcifs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharedrive/MatchMap.java
manifoldcf/branches/CONNECTORS-1618/connectors/jcifs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/jdbc/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/jdbc/JDBCAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/jdbc/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/jira/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/jira/JiraAuthorityConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/jira/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/jira/JiraRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/kafka/connector/src/main/java/org/apache/manifoldcf/agents/output/kafka/KafkaOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/ldap/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/ldap/LDAPAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/livelink/LivelinkAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/meridio/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/meridio/MeridioAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/meridio/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/meridio/MeridioConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/mongodb/connector/src/main/java/org/apache/manifoldcf/agents/output/mongodboutput/MongodbOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/nullauthority/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nullauthority/NullAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/nulltransformation/connector/src/main/java/org/apache/manifoldcf/agents/transformation/nullconnector/NullConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConfiguration.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java
manifoldcf/branches/CONNECTORS-1618/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java
manifoldcf/branches/CONNECTORS-1618/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java
manifoldcf/branches/CONNECTORS-1618/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
manifoldcf/branches/CONNECTORS-1618/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java
manifoldcf/branches/CONNECTORS-1618/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java
manifoldcf/branches/CONNECTORS-1618/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IPipelineConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/output/BaseOutputConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnection/OutputConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/outputconnmgr/OutputConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/transformation/BaseTransformationConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/transformationconnection/TransformationConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/transformationconnmgr/TransformationConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/authority-servlet/src/main/java/org/apache/manifoldcf/authorityservlet/UserACLServlet.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java
manifoldcf/branches/CONNECTORS-1618/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/throttler/Throttler.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/DBCreate.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/DBDrop.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/auth/LdapAuthenticator.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/database/BaseTable.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/IConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/interfaces/ILockManager.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/BaseLockManager.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockGate.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/LockManager.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/main/java/org/apache/manifoldcf/core/lockmanager/ZooKeeperLockManager.java
manifoldcf/branches/CONNECTORS-1618/framework/core/src/test/java/org/apache/manifoldcf/core/tests/SeleniumTester.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authconnmgr/AuthorityConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authdomains/AuthorizationDomainManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authgroups/AuthorityGroupManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/authority/AuthorityConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/interfaces/IAuthorityConnectorPool.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/mapconnmgr/MappingConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/authorities/mapping/MappingConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/bins/BinManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/connectors/BaseRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/connmgr/ConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/INotificationConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/INotificationConnectorPool.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IRepositoryConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IRepositoryConnectorPool.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/interfaces/IReprioritizationTracker.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/Carrydown.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/EventManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopCount.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/HopFilterManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/Jobs.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/NotificationManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/PipelineManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/PrereqEventManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/ScheduleManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/notification/NotificationConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/notificationconnectorpool/NotificationConnectorPool.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/notificationconnmgr/NotificationConnectorManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/notifications/BaseNotificationConnector.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryConnectionManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryHistoryManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/ThrottleSpecManager.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repositoryconnectorpool/RepositoryConnectorPool.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/reprioritizationtracker/ReprioritizationTracker.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/CrawlerAgent.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/PriorityCalculator.java
manifoldcf/branches/CONNECTORS-1618/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ActiveDirectoryAuthority.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ActiveDirectoryAuthority.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ActiveDirectoryAuthority.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ActiveDirectoryAuthority.java
Thu Aug 15 16:29:57 2019
@@ -494,7 +494,7 @@ public class ActiveDirectoryAuthority ex
/** Output the configuration body section.
* This method is called in the body section of the authority connector's
configuration page. Its purpose is to present the required form elements for
editing.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags. The name of the
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags.
The name of the
* form is "editconnection".
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
@@ -698,7 +698,7 @@ public class ActiveDirectoryAuthority ex
/** View configuration.
* This method is called in the body section of the authority connector's
view configuration page. Its purpose is to present the connection information
to the user.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body> tags.
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body>tags.
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
*@param parameters are the configuration parameters, as they currently
exist, for this connection being configured.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java
Thu Aug 15 16:29:57 2019
@@ -204,7 +204,7 @@ public class AlfrescoRepositoryConnector
}
/** Connect.
- *@param configParameters is the set of configuration parameters, which
+ *@param configParams is the set of configuration parameters, which
* in this case describe the target appliance, basic auth configuration,
etc. (This formerly came
* out of the ini file.)
*/
@@ -417,7 +417,7 @@ public class AlfrescoRepositoryConnector
*@param activities is the interface this method should use to perform
whatever framework actions are desired.
*@param spec is a document specification (that comes from the job).
*@param seedTime is the end of the time range of documents to consider,
exclusive.
- *@param lastSeedVersionString is the last seeding version string for this
job, or null if the job has no previous seeding version string.
+ *@param lastSeedVersion is the last seeding version string for this job, or
null if the job has no previous seeding version string.
*@param jobMode is an integer describing how the job is being run, whether
continuous or once-only.
*@return an updated seeding version string, to be stored with the job.
*/
@@ -546,8 +546,8 @@ public class AlfrescoRepositoryConnector
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
- * that is output from this configuration will be within appropriate <html>
- * and <body> tags.
+ * that is output from this configuration will be within appropriate
<html>
+ * and <body> tags.
*
* @param threadContext
* is the local thread context.
@@ -605,7 +605,7 @@ public class AlfrescoRepositoryConnector
/** Output the configuration body section.
* This method is called in the body section of the connector's
configuration page. Its purpose is to present the required form elements for
editing.
- * The coder can presume that the HTML that is output from this
configuration will be within appropriate <html>, <body>, and <form> tags. The
name of the
+ * The coder can presume that the HTML that is output from this
configuration will be within appropriate <html>, <body>, and
<form> tags. The name of the
* form is "editconnection".
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
@@ -710,7 +710,7 @@ public class AlfrescoRepositoryConnector
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the document
* specification information to the user. The coder can presume that the
HTML that is output from
- * this configuration will be within appropriate <html> and <body> tags.
+ * this configuration will be within appropriate <html> and
<body>tags.
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -771,7 +771,7 @@ public class AlfrescoRepositoryConnector
* This method is called in the body section of a job page which has selected
a repository connection of the
* current type. Its purpose is to present the required form elements for
editing.
* The coder can presume that the HTML that is output from this configuration
will be within appropriate
- * <html>, <body>, and <form> tags. The name of the form is always
"editjob".
+ * <html>, <body>, and <form> tags. The name of the form
is always "editjob".
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/amazoncloudsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/amazoncloudsearch/AmazonCloudSearchConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/amazoncloudsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/amazoncloudsearch/AmazonCloudSearchConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/amazoncloudsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/amazoncloudsearch/AmazonCloudSearchConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/amazoncloudsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/amazoncloudsearch/AmazonCloudSearchConnector.java
Thu Aug 15 16:29:57 2019
@@ -591,8 +591,8 @@ public class AmazonCloudSearchConnector
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
- * that is output from this configuration will be within appropriate <html>
- * and <body> tags.
+ * that is output from this configuration will be within appropriate
<html>
+ * and <body> tags.
*
* @param threadContext is the local thread context.
* @param out is the output to which any HTML should be sent.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/amazons3/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/amazons3/AmazonS3Authority.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/amazons3/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/amazons3/AmazonS3Authority.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/amazons3/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/amazons3/AmazonS3Authority.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/amazons3/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/amazons3/AmazonS3Authority.java
Thu Aug 15 16:29:57 2019
@@ -249,8 +249,8 @@ public class AmazonS3Authority extends o
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
- * that is output from this configuration will be within appropriate <html>
- * and <body> tags.
+ * that is output from this configuration will be within appropriate
<html>
+ * and <body> tags.
*
* */
public void viewConfiguration(IThreadContext threadContext,
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnector.java
Thu Aug 15 16:29:57 2019
@@ -366,7 +366,7 @@ public class CmisOutputConnector extends
* retrieve all the repositories exposed for this endpoint the it will start
* to use the first one.
*
- * @param configParameters
+ * @param configParams
* is the set of configuration parameters, which in this case
* describe the target appliance, basic auth configuration, etc.
* (This formerly came out of the ini file.)
@@ -698,7 +698,7 @@ public class CmisOutputConnector extends
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
* that is output from this configuration will be within appropriate
- * <html> and <body> tags.
+ * <html> and <body>tags.
*
* @param threadContext
* is the local thread context.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnectorUtils.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnectorUtils.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnectorUtils.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/agents/output/cmisoutput/CmisOutputConnectorUtils.java
Thu Aug 15 16:29:57 2019
@@ -205,7 +205,6 @@ public class CmisOutputConnectorUtils {
/**
* @param property : the property
- * @param propertyDefinitionType : definition of the type of property
* @param rd : object to which we add the association property -> value
* @throws Exception
*
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/cmis/CmisAuthorityConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/cmis/CmisAuthorityConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/cmis/CmisAuthorityConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/cmis/CmisAuthorityConnector.java
Thu Aug 15 16:29:57 2019
@@ -116,7 +116,7 @@ public class CmisAuthorityConnector exte
* section of the authority connector's configuration page. Its purpose is to
* present the required form elements for editing. The coder can presume that
* the HTML that is output from this configuration will be within appropriate
- * <html>, <body>, and <form> tags. The name of the form is "editconnection".
+ * <html>, <body>, and <form> tags. The name of the form
is "editconnection".
*
* @param threadContext
* is the local thread context.
@@ -244,8 +244,8 @@ public class CmisAuthorityConnector exte
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
that
- * is output from this configuration will be within appropriate <html> and
- * <body> tags.
+ * is output from this configuration will be within appropriate <html>
and
+ * <body> tags.
*
* @param threadContext
* is the local thread context.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnector.java
Thu Aug 15 16:29:57 2019
@@ -356,7 +356,7 @@ public class CmisRepositoryConnector ext
* repositoryId is not provided in the configuration, the connector will
* retrieve all the repositories exposed for this endpoint the it will start
* to use the first one.
- * @param configParameters is the set of configuration parameters, which
+ * @param configParams is the set of configuration parameters, which
* in this case describe the target appliance, basic auth configuration,
etc. (This formerly came
* out of the ini file.)
*/
@@ -643,7 +643,7 @@ public class CmisRepositoryConnector ext
*@param activities is the interface this method should use to perform
whatever framework actions are desired.
*@param spec is a document specification (that comes from the job).
*@param seedTime is the end of the time range of documents to consider,
exclusive.
- *@param lastSeedVersionString is the last seeding version string for this
job, or null if the job has no previous seeding version string.
+ *@param lastSeedVersion is the last seeding version string for this job, or
null if the job has no previous seeding version string.
*@param jobMode is an integer describing how the job is being run, whether
continuous or once-only.
*@return an updated seeding version string, to be stored with the job.
*/
@@ -765,8 +765,8 @@ public class CmisRepositoryConnector ext
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
that
- * is output from this configuration will be within appropriate <html> and
- * <body> tags.
+ * is output from this configuration will be within appropriate <html>
and
+ * <body> tags.
*
* @param threadContext
* is the local thread context.
@@ -926,7 +926,7 @@ public class CmisRepositoryConnector ext
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the document
* specification information to the user. The coder can presume that the
HTML that is output from
- * this configuration will be within appropriate <html> and <body> tags.
+ * this configuration will be within appropriate <html> and
<body>tags.
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -990,7 +990,7 @@ public class CmisRepositoryConnector ext
* This method is called in the body section of a job page which has selected
a repository connection of the
* current type. Its purpose is to present the required form elements for
editing.
* The coder can presume that the HTML that is output from this configuration
will be within appropriate
- * <html>, <body>, and <form> tags. The name of the form is always
"editjob".
+ * <html>, <body>, and <form> tags. The name of the form
is always "editjob".
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnectorUtils.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnectorUtils.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnectorUtils.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisRepositoryConnectorUtils.java
Thu Aug 15 16:29:57 2019
@@ -171,7 +171,6 @@ public class CmisRepositoryConnectorUtil
}
/**
- * @param props : list properties of a document
* @param rd : object that contains the properties to pass to connector
* @param cmisQuery : cmis query
*/
@@ -210,7 +209,6 @@ public class CmisRepositoryConnectorUtil
/**
* @param property : the property
- * @param propertyDefinitionType : definition of the type of property
* @param rd : object to which we add the association property -> value
* @throws Exception
*
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/ConfluenceAuthorityConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/ConfluenceAuthorityConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/ConfluenceAuthorityConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/ConfluenceAuthorityConnector.java
Thu Aug 15 16:29:57 2019
@@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
* ManifoldCF Authority connector to deal with Confluence documents
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceAuthorityConnector extends BaseAuthorityConnector {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/Messages.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/Messages.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/Messages.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/confluence/Messages.java
Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import org.apache.manifoldcf.core.interf
* <p>Class used to render templates along with specific values</p>
* <p>Also used to get messages for specific Locales</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class Messages extends org.apache.manifoldcf.ui.i18n.Messages
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceConfiguration.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceConfiguration.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceConfiguration.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceConfiguration.java
Thu Aug 15 16:29:57 2019
@@ -25,7 +25,7 @@ package org.apache.manifoldcf.crawler.co
* Class used to keep configuration parameters for Confluence repository
connection
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceConfiguration {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceRepositoryConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceRepositoryConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceRepositoryConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/ConfluenceRepositoryConnector.java
Thu Aug 15 16:29:57 2019
@@ -64,7 +64,7 @@ import com.google.common.collect.Maps;
* ManifoldCF Repository connector to deal with Confluence documents
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceRepositoryConnector extends BaseRepositoryConnector {
@@ -1035,8 +1035,8 @@ public class ConfluenceRepositoryConnect
* Process the specific page
* </p>
*
- * @param pageId
- * The pageId being an attachment
+ * @param page
+ * The page to process
* @param manifoldDocumentIdentifier
* @param version
* The version of the page
@@ -1213,7 +1213,7 @@ public class ConfluenceRepositoryConnect
* configuration in object format
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
private static class ConfluenceSpecification {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/Messages.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/Messages.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/Messages.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/Messages.java
Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import org.apache.manifoldcf.core.interf
* <p>Class used to render templates along with specific values</p>
* <p>Also used to get messages for specific Locales</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class Messages extends org.apache.manifoldcf.ui.i18n.Messages
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/client/ConfluenceClient.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/client/ConfluenceClient.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/client/ConfluenceClient.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/client/ConfluenceClient.java
Thu Aug 15 16:29:57 2019
@@ -85,7 +85,7 @@ import com.google.common.collect.Lists;
* them to leverage all the features provided by Confluence
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceClient {
@@ -357,7 +357,7 @@ public class ConfluenceClient {
/**
* <p>Get the attachments of the given page</p>
* @param pageId the page id
- * @return a {@code ConfluenceResponse} instance containing the attachment
results and some pagination values</p>
+ * @return a {@code ConfluenceResponse} instance containing the attachment
results and some pagination values
* @throws Exception
*/
public ConfluenceResponse<Attachment> getPageAttachments(String pageId)
@@ -370,7 +370,7 @@ public class ConfluenceClient {
* @param pageId the page id
* @param start The start value to get attachments from
* @param limit The number of attachments to get from start
- * @return a {@code ConfluenceResponse} instance containing the attachment
results and some pagination values</p>
+ * @return a {@code ConfluenceResponse} instance containing the attachment
results and some pagination values
* @throws Exception
*/
public ConfluenceResponse<Attachment> getPageAttachments(String pageId, int
start,
@@ -389,7 +389,6 @@ public class ConfluenceClient {
* </p>
*
* @param attachmentId
- * @param pageId
* @return the {@code Attachment} instance
*/
public Attachment getAttachment(String attachmentId) {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/exception/PageNotFoundException.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/exception/PageNotFoundException.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/exception/PageNotFoundException.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/exception/PageNotFoundException.java
Thu Aug 15 16:29:57 2019
@@ -19,7 +19,7 @@ package org.apache.manifoldcf.crawler.co
/**
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class PageNotFoundException extends Exception {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Attachment.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Attachment.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Attachment.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Attachment.java
Thu Aug 15 16:29:57 2019
@@ -34,7 +34,7 @@ import org.json.simple.parser.ParseExcep
* Represents a Confluence Attachment
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*/
public class Attachment extends Page {
@@ -83,7 +83,7 @@ public class Attachment extends Page {
* Used to build Attachments
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public static class AttachmentBuilder implements
ConfluenceResourceBuilder<Attachment>{
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceResource.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceResource.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceResource.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceResource.java
Thu Aug 15 16:29:57 2019
@@ -21,7 +21,7 @@ package org.apache.manifoldcf.crawler.co
* <p>ConfluenceResource class</p>
* <p>Used as base class for other classes like Page and Attachments</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceResource {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceUser.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceUser.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceUser.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/ConfluenceUser.java
Thu Aug 15 16:29:57 2019
@@ -23,7 +23,7 @@ import java.util.List;
* <p>ConfluenceUser class</p>
* <p>Represents a Confluence user</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceUser {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Label.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Label.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Label.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Label.java
Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import org.json.simple.JSONObject;
* Represents a Confluence Label
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*/
public class Label extends ConfluenceResource{
@@ -73,7 +73,7 @@ public class Label extends ConfluenceRes
* Used to build Labels
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public static class LabelBuilder implements ConfluenceResourceBuilder<Label>{
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutableAttachment.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutableAttachment.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutableAttachment.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutableAttachment.java
Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import java.util.Date;
* Represents a Confluence Attachment which can be mutated
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*/
public class MutableAttachment extends Attachment {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutablePage.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutablePage.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutablePage.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/MutablePage.java
Thu Aug 15 16:29:57 2019
@@ -29,7 +29,7 @@ import java.util.List;
* <code>Page.builder()</code> method
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*/
public class MutablePage extends Page {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Page.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Page.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Page.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/Page.java
Thu Aug 15 16:29:57 2019
@@ -42,7 +42,7 @@ import com.google.common.collect.Maps;
* Represents a Confluence Page
* </p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*/
public class Page extends ConfluenceResource{
@@ -257,7 +257,7 @@ public class Page extends ConfluenceReso
/**
* <p>PageBuilder internal class</p>
* <p>Used to build pages</p>
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public static class PageBuilder implements ConfluenceResourceBuilder<Page>{
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/PageType.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/PageType.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/PageType.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/PageType.java
Thu Aug 15 16:29:57 2019
@@ -25,7 +25,7 @@ import java.util.Locale;
* <p>PageType class</p>
* <p>Represents the kind of pages we can have in Confluence</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public enum PageType {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/builder/ConfluenceResourceBuilder.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/builder/ConfluenceResourceBuilder.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/builder/ConfluenceResourceBuilder.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/model/builder/ConfluenceResourceBuilder.java
Thu Aug 15 16:29:57 2019
@@ -22,21 +22,21 @@ import org.json.simple.JSONObject;
/**
* <p>ConfluenceResourceBuilder interface</p>
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
* @param <T> Subtype of ConfluenceResource to be built
*/
public interface ConfluenceResourceBuilder<T extends ConfluenceResource> {
/**
- * <p>Creates a <T> instance from a JSON representation
+ * <p>Creates a T instance from a JSON representation
* @param jsonDocument
* @return T instance
*/
T fromJson(JSONObject jsonDocument);
/**
- * <p>Populates the given <T> instance from a JSON representation and return
it</p>
+ * <p>Populates the given T instance from a JSON representation and return
it</p>
* @param jsonDocument
* @return T instance
*/
@@ -44,7 +44,7 @@ public interface ConfluenceResourceBuild
/**
* <p>Returns the Class of the resource that can be built</p>
- * @return the type Class<T> of the resource which can be built by this
builder
+ * @return the type Class of the resource which can be built by this builder
*/
Class<T> getType();
}
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/util/ConfluenceUtil.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/util/ConfluenceUtil.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/util/ConfluenceUtil.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/confluence/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/confluence/util/ConfluenceUtil.java
Thu Aug 15 16:29:57 2019
@@ -20,7 +20,7 @@ package org.apache.manifoldcf.crawler.co
/**
* <p>Utility class for Confluence connectors</p>
*
- * @author Antonio David Perez Morales <[email protected]>
+ * @author Antonio David Perez Morales <[email protected]>
*
*/
public class ConfluenceUtil {
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/contentlimiter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/contentlimiter/ContentLimiter.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/contentlimiter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/contentlimiter/ContentLimiter.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/contentlimiter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/contentlimiter/ContentLimiter.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/contentlimiter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/contentlimiter/ContentLimiter.java
Thu Aug 15 16:29:57 2019
@@ -229,7 +229,7 @@ public class ContentLimiter extends org.
/** Output the specification body section.
* This method is called in the body section of a job page which has selected
a pipeline connection of the current type. Its purpose is to present the
required form elements for editing.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags. The name of the
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags.
The name of the
* form is "editjob".
*@param out is the output to which any HTML should be sent.
*@param locale is the preferred local of the output.
@@ -296,7 +296,7 @@ public class ContentLimiter extends org.
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the pipeline specification information to the user.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body> tags.
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body>tags.
*@param out is the output to which any HTML should be sent.
*@param locale is the preferred local of the output.
*@param connectionSequenceNumber is the unique number of this connection
within the job.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/documentfilter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/documentfilter/DocumentFilter.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/documentfilter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/documentfilter/DocumentFilter.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/documentfilter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/documentfilter/DocumentFilter.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/documentfilter/connector/src/main/java/org/apache/manifoldcf/agents/transformation/documentfilter/DocumentFilter.java
Thu Aug 15 16:29:57 2019
@@ -290,7 +290,7 @@ public class DocumentFilter extends org.
/** Output the specification body section.
* This method is called in the body section of a job page which has selected
a pipeline connection of the current type. Its purpose is to present the
required form elements for editing.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags. The name of the
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags.
The name of the
* form is "editjob".
*@param out is the output to which any HTML should be sent.
*@param locale is the preferred local of the output.
@@ -440,7 +440,7 @@ public class DocumentFilter extends org.
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the pipeline specification information to the user.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body> tags.
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body>tags.
*@param out is the output to which any HTML should be sent.
*@param locale is the preferred local of the output.
*@param connectionSequenceNumber is the unique number of this connection
within the job.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/DCTM/AuthorityConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/DCTM/AuthorityConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/DCTM/AuthorityConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/DCTM/AuthorityConnector.java
Thu Aug 15 16:29:57 2019
@@ -1115,7 +1115,7 @@ public class AuthorityConnector extends
/** Output the configuration body section.
* This method is called in the body section of the authority connector's
configuration page. Its purpose is to present the required form elements for
editing.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags. The name of the
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags.
The name of the
* form is "editconnection".
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
@@ -1339,7 +1339,7 @@ public class AuthorityConnector extends
/** View configuration.
* This method is called in the body section of the authority connector's
view configuration page. Its purpose is to present the connection information
to the user.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body> tags.
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body>tags.
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
*@param parameters are the configuration parameters, as they currently
exist, for this connection being configured.
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/DCTM/DCTM.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/DCTM/DCTM.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/DCTM/DCTM.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/DCTM/DCTM.java
Thu Aug 15 16:29:57 2019
@@ -1032,7 +1032,7 @@ public class DCTM extends org.apache.man
*@param activities is the interface this method should use to perform
whatever framework actions are desired.
*@param spec is a document specification (that comes from the job).
*@param seedTime is the end of the time range of documents to consider,
exclusive.
- *@param lastSeedVersionString is the last seeding version string for this
job, or null if the job has no previous seeding version string.
+ *@param lastSeedVersion is the last seeding version string for this job, or
null if the job has no previous seeding version string.
*@param jobMode is an integer describing how the job is being run, whether
continuous or once-only.
*@return an updated seeding version string, to be stored with the job.
*/
@@ -2031,7 +2031,7 @@ public class DCTM extends org.apache.man
/** Output the configuration body section.
* This method is called in the body section of the connector's configuration
page. Its purpose is to present the required form elements for editing.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags. The name of the
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html>, <body>, and <form> tags.
The name of the
* form is "editconnection".
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
@@ -2153,7 +2153,7 @@ public class DCTM extends org.apache.man
/** View configuration.
* This method is called in the body section of the connector's view
configuration page. Its purpose is to present the connection information to
the user.
- * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body> tags.
+ * The coder can presume that the HTML that is output from this configuration
will be within appropriate <html> and <body>tags.
*@param threadContext is the local thread context.
*@param out is the output to which any HTML should be sent.
*@param parameters are the configuration parameters, as they currently
exist, for this connection being configured.
@@ -2326,7 +2326,7 @@ public class DCTM extends org.apache.man
* This method is called in the body section of a job page which has selected
a repository connection of the
* current type. Its purpose is to present the required form elements for
editing.
* The coder can presume that the HTML that is output from this configuration
will be within appropriate
- * <html>, <body>, and <form> tags. The name of the form is always
"editjob".
+ * <html>, <body>, and <form> tags. The name of the form
is always "editjob".
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -3601,7 +3601,7 @@ public class DCTM extends org.apache.man
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the document
* specification information to the user. The coder can presume that the
HTML that is output from
- * this configuration will be within appropriate <html> and <body> tags.
+ * this configuration will be within appropriate <html> and
<body>tags.
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -4555,7 +4555,6 @@ public class DCTM extends org.apache.man
}
/** Grab forced acl out of document specification.
- *@param spec is the document specification.
*@return the acls.
*/
public String[] getAcls()
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java
Thu Aug 15 16:29:57 2019
@@ -183,7 +183,7 @@ public class DropboxRepositoryConnector
* retrieve all the repositories exposed for this endpoint the it will start
* to use the first one.
*
- * @param configParameters is the set of configuration parameters, which in
+ * @param configParams is the set of configuration parameters, which in
* this case describe the target appliance, basic auth configuration, etc.
* (This formerly came out of the ini file.)
*/
@@ -398,8 +398,8 @@ public class DropboxRepositoryConnector
* View configuration. This method is called in the body section of the
* connector's view configuration page. Its purpose is to present the
* connection information to the user. The coder can presume that the HTML
- * that is output from this configuration will be within appropriate <html>
- * and <body> tags.
+ * that is output from this configuration will be within appropriate
<html>
+ * and <body> tags.
*
* @param threadContext is the local thread context.
* @param out is the output to which any HTML should be sent.
@@ -547,7 +547,7 @@ public class DropboxRepositoryConnector
/** View specification.
* This method is called in the body section of a job's view page. Its
purpose is to present the document
* specification information to the user. The coder can presume that the
HTML that is output from
- * this configuration will be within appropriate <html> and <body> tags.
+ * this configuration will be within appropriate <html> and
<body>tags.
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -650,7 +650,7 @@ public class DropboxRepositoryConnector
* This method is called in the body section of a job page which has selected
a repository connection of the
* current type. Its purpose is to present the required form elements for
editing.
* The coder can presume that the HTML that is output from this configuration
will be within appropriate
- * <html>, <body>, and <form> tags. The name of the form is always
"editjob".
+ * <html>, <body>, and <form> tags. The name of the form
is always "editjob".
* The connector will be connected before this method can be called.
*@param out is the output to which any HTML should be sent.
*@param locale is the locale the output is preferred to be in.
@@ -729,7 +729,7 @@ public class DropboxRepositoryConnector
*@param activities is the interface this method should use to perform
whatever framework actions are desired.
*@param spec is a document specification (that comes from the job).
*@param seedTime is the end of the time range of documents to consider,
exclusive.
- *@param lastSeedVersionString is the last seeding version string for this
job, or null if the job has no previous seeding version string.
+ *@param lastSeedVersion is the last seeding version string for this job, or
null if the job has no previous seeding version string.
*@param jobMode is an integer describing how the job is being run, whether
continuous or once-only.
*@return an updated seeding version string, to be stored with the job.
*/
Modified:
manifoldcf/branches/CONNECTORS-1618/connectors/elasticsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/elasticsearch/ElasticSearchConfig.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/elasticsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/elasticsearch/ElasticSearchConfig.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1618/connectors/elasticsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/elasticsearch/ElasticSearchConfig.java
(original)
+++
manifoldcf/branches/CONNECTORS-1618/connectors/elasticsearch/connector/src/main/java/org/apache/manifoldcf/agents/output/elasticsearch/ElasticSearchConfig.java
Thu Aug 15 16:29:57 2019
@@ -62,7 +62,6 @@ public class ElasticSearchConfig extends
* value returned by ConfigParams.getParameter is null, the default value is
* set.
*
- * @param paramList
* @param params */
public ElasticSearchConfig(ConfigParams params)
{