Skip to content

Commit 62382a5

Browse files
committed
Format.
1 parent b4bc69a commit 62382a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/refactorings/ConvertToParallelStreamRefactoringProcessor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ private static void logWarning(String message) {
105105
* Minimum logging level. One of the constants in
106106
* org.eclipse.core.runtime.IStatus.
107107
*
108-
* @param level
109-
* The minimum logging level to set.
108+
* @param level The minimum logging level to set.
110109
* @see org.eclipse.core.runtime.IStatus.
111110
*/
112111
public static void setLoggingLevel(int level) {
@@ -373,8 +372,7 @@ public Change createChange(IProgressMonitor pm) throws CoreException, OperationC
373372
/**
374373
* Creates a working copy layer if necessary.
375374
*
376-
* @param monitor
377-
* the progress monitor to use
375+
* @param monitor the progress monitor to use
378376
* @return a status describing the outcome of the operation
379377
*/
380378
private RefactoringStatus createWorkingCopyLayer(IProgressMonitor monitor) {

0 commit comments

Comments
 (0)