mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
fix dangling javadoc
GitOrigin-RevId: a526d6fa087ea558057c1b3a5768b9a425258dfb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c27bad840a
commit
f753f836fc
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user