From 54197ea36ce84e4d3710786cd8737e3c7322c033 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 6 Sep 2016 19:33:49 +0300 Subject: [PATCH] Cleanup (warnings) --- .../src/com/intellij/openapi/vfs/VirtualFileListener.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/core-api/src/com/intellij/openapi/vfs/VirtualFileListener.java b/platform/core-api/src/com/intellij/openapi/vfs/VirtualFileListener.java index 002070e0243e..cb9c82ab5360 100644 --- a/platform/core-api/src/com/intellij/openapi/vfs/VirtualFileListener.java +++ b/platform/core-api/src/com/intellij/openapi/vfs/VirtualFileListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2014 JetBrains s.r.o. + * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,8 +22,8 @@ import java.util.EventListener; /** * Receives notifications about changes in the virtual file system. * - * @see com.intellij.openapi.vfs.VirtualFileManager#addVirtualFileListener(VirtualFileListener) - * @see com.intellij.openapi.vfs.VirtualFileAdapter + * @see VirtualFileManager#addVirtualFileListener(VirtualFileListener) + * @see VirtualFileAdapter */ public interface VirtualFileListener extends EventListener { /** @@ -96,4 +96,4 @@ public interface VirtualFileListener extends EventListener { * @param event the event object containing information about the change. */ void beforeFileMovement(@NotNull VirtualFileMoveEvent event); -} +} \ No newline at end of file -- 2.32.0