File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
src/main/java/org/apache/commons/daemon Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 8484public final class DaemonPermission extends Permission
8585{
8686
87- /* ====================================================================
88- * Constants.
89- */
90-
9187 private static final long serialVersionUID = -8682149075879731987L ;
9288
9389 /**
@@ -155,10 +151,6 @@ public final class DaemonPermission extends Permission
155151 */
156152 protected static final String WILDCARD = "*" ;
157153
158- /* ====================================================================
159- * Instance variables
160- */
161-
162154 /** The type of this permission object. */
163155 private transient int type ;
164156
@@ -168,10 +160,6 @@ public final class DaemonPermission extends Permission
168160 /** The String representation of this permission object. */
169161 private transient String desc ;
170162
171- /* ====================================================================
172- * Constructors
173- */
174-
175163 /**
176164 * Creates a new {@code DaemonPermission} instance with a specified
177165 * permission name.
@@ -227,10 +215,6 @@ public DaemonPermission(final String target, final String actions)
227215 }
228216 }
229217
230- /* ====================================================================
231- * Public methods
232- */
233-
234218 /**
235219 * Returns the list of actions permitted by this instance of
236220 * {@code DaemonPermission} in its canonical form.
@@ -323,10 +307,6 @@ public String toString()
323307 return this .desc ;
324308 }
325309
326- /* ====================================================================
327- * Private methods
328- */
329-
330310 /**
331311 * Creates a String description for this permission instance.
332312 */
You can’t perform that action at this time.
0 commit comments