Jeroen Hoffman pushed to branch master at cms-community / 
hippo-addon-search-service


Commits:
1219a912 by Jeroen Hoffman at 2016-10-24T13:08:59+02:00
CMS-16 in search-service master, remove one more 'public' modifiers 
from interface method

- - - - -


1 changed file:

- api/src/main/java/org/onehippo/cms7/services/search/content/ContentId.java


Changes:

=====================================
api/src/main/java/org/onehippo/cms7/services/search/content/ContentId.java
=====================================
--- a/api/src/main/java/org/onehippo/cms7/services/search/content/ContentId.java
+++ b/api/src/main/java/org/onehippo/cms7/services/search/content/ContentId.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2013 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2012-2016 Hippo B.V. (http://www.onehippo.com)
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -36,6 +36,6 @@ public interface ContentId extends Serializable {
      * Returns a stringified ID string
      * @return
      */
-    public String toIdentifier();
+    String toIdentifier();
 
 }



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-search-service/commit/1219a912af4aed5a29d78ee80d5fcf6431ab3659
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to