DummyEntryPointsTool: suppress InspectionDescriptionNotFoundInspection

This commit is contained in:
Tagir Valeev
2016-09-26 18:19:34 +07:00
parent 6d477fcd2e
commit c420ec722c
@@ -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.
@@ -59,6 +59,7 @@ public class DummyEntryPointsTool extends UnusedDeclarationInspectionBase {
@Override
@NotNull
public String getShortName() {
//noinspection InspectionDescriptionNotFoundInspection
return "";
}
}