Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / GetConfig.java
index 11e4cc6..230a790 100644 (file)
@@ -58,8 +58,8 @@ public class GetConfig extends FcpMessage {
        }
 
        /**
-        * Sets whether the {@link ConfigData} result message shall include the long
-        * descriptions.
+        * Sets whether the {@link ConfigData} result message shall include the
+        * long descriptions.
         *
         * @param withLongDescription
         *            <code>true</code> to include the long descriptions in the
@@ -70,8 +70,8 @@ public class GetConfig extends FcpMessage {
        }
 
        /**
-        * Sets whether the {@link ConfigData} result message shall include the data
-        * types.
+        * Sets whether the {@link ConfigData} result message shall include the
+        * data types.
         *
         * @param withDataTypes
         *            <code>true</code> to include the data types in the result,
@@ -94,8 +94,8 @@ public class GetConfig extends FcpMessage {
        }
 
        /**
-        * Sets whether the {@link ConfigData} result message shall include the sort
-        * order.
+        * Sets whether the {@link ConfigData} result message shall include the
+        * sort order.
         *
         * @param withSortOrder
         *            <code>true</code> to include the sort order in the result,