fix dangling javadoc

GitOrigin-RevId: a526d6fa087ea558057c1b3a5768b9a425258dfb
This commit is contained in:
Yann Cébron
2020-11-16 16:43:45 +01:00
committed by intellij-monorepo-bot
parent c27bad840a
commit f753f836fc
10 changed files with 41 additions and 41 deletions

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Jon Tirsen *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
* Copyright (C) PicoContainer Organization. All rights reserved. *
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Original code by *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer;
import org.jetbrains.annotations.NotNull;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
* Copyright (C) PicoContainer Organization. All rights reserved. *
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Original code by *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer;
/**

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer;
import org.jetbrains.annotations.NotNull;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer.defaults;
import org.jetbrains.annotations.NonNls;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer.defaults;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer.defaults;

View File

@@ -1,12 +1,12 @@
/*****************************************************************************
/*
* Copyright (c) PicoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
* The software in this package is published under the terms of the BSD *
* style license a copy of which has been included with this distribution in *
* the LICENSE.txt file. *
* *
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant *
*****************************************************************************/
* Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant
*/
package org.picocontainer.defaults;
import org.picocontainer.PicoIntrospectionException;

View File

@@ -467,12 +467,12 @@ public final class MVStoreTool {
//}
}
/**
* Copy all live pages from the source store to the target store.
*
* @param source the source store
* @param target the target store
*/
///**
// * Copy all live pages from the source store to the target store.
// *
// * @param source the source store
// * @param target the target store
// */
//public static void compact(MVStore source, MVStore target) {
// int autoCommitDelay = target.getAutoCommitDelay();
// boolean reuseSpace = target.getReuseSpace();

View File

@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*******************************************************************************/
//*******************************************************************************
// Copyright (c) 2005, 2007 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
//
//
// *******************************************************************************
package com.jetbrains.python.console.pydev;
public class InterpreterResponse {