Author: nettings
Date: Sun Aug 5 05:49:16 2007
New Revision: 562861
URL: http://svn.apache.org/viewvc?view=rev&rev=562861
Log:
made getConfiguration() private. that's all for now.. :)
Modified:
lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/ac/usecase/impl/UsecaseAuthorizerImpl.java
Modified: lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/ac/usecase/impl/UsecaseAuthorizerImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/ac/usecase/impl/UsecaseAuthorizerImpl.java?view=diff&rev=562861&r1=562860&r2=562861
==============================================================================
--- lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/ac/usecase/impl/UsecaseAuthorizerImpl.java (original)
+++ lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/ac/usecase/impl/UsecaseAuthorizerImpl.java Sun Aug 5 05:49:16 2007
@@ -276,12 +276,11 @@
/**
* Retrieves access control configuration of a specific publication.
- * FIXME: shouldn't be public either
* @param publication The publication.
* @return Configuration
* @throws AccessControlException when something went wrong.
*/
- public Configuration getConfiguration(Publication publication) throws AccessControlException {
+ private Configuration getConfiguration(Publication publication) throws AccessControlException {
File configurationFile = new File(publication.getDirectory(), AC_CONFIGURATION_FILE);
if (configurationFile.isFile()) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.