Skip to content

Commit

Permalink
Merge pull request #228 from silverbulleters/feat/eq&hc
Browse files Browse the repository at this point in the history
fix(common): для класса CompatibilityMode добавлен Equals and HashCode
  • Loading branch information
otymko authored Jun 9, 2021
2 parents f30f49c + e7a1c3b commit 6da7947
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
package com.github._1c_syntax.mdclasses.common;

import lombok.EqualsAndHashCode;
import lombok.Getter;

import java.util.Locale;
Expand All @@ -29,6 +30,7 @@
/**
* Класс реализующий объект для хранения режима совместимости конфигурации
*/
@EqualsAndHashCode
public class CompatibilityMode {
private static final String VERSION8_1 = "Version8_1";
private static final String DONT_USE = "DontUse";
Expand Down

0 comments on commit 6da7947

Please sign in to comment.