Skip to content
Merged
201 changes: 0 additions & 201 deletions Calculator.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* @since 04.10.16
*/
public interface KeyValueStorage<K, V> extends Closeable {
void isFileClosed();

/**
* Возвращает значение для данного ключа, если оно есть в хранилище.
Expand Down
3 changes: 2 additions & 1 deletion homework-g595-zueva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>homework-g595-zueva</artifactId>

<dependencies>
<dependency>
<groupId>ru.mipt.java2016</groupId>
<artifactId>homework-base</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>ru.mipt.java2016</groupId>
<artifactId>homework-tests</artifactId>
Expand All @@ -24,5 +26,4 @@
</dependency>
</dependencies>


</project>
Loading